Skip to main content
Solved

Natural breaks, quantiles or equal Intervals

  • August 26, 2016
  • 2 replies
  • 172 views

fmelizard
Safer
Forum|alt.badge.img+21

Is there a transformer that can create classes based on natural breaks, quantiles or equal Intervals?

Best answer by brianatsafe

New to FME 2016.1 is the RCaller, which enables you to call R from FME and run R scripts. This would be the most powerful statistics option.

http://docs.safe.com/fme/2016.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/rcaller.htm

 

See also the following Questions:

 

https://knowledge.safe.com/questions/5195/calculate-quantile.html

 

https://knowledge.safe.com/questions/5155/segmentationclustering-of-features-based-on-attrib.html

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

brianatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • Best Answer
  • August 26, 2016

New to FME 2016.1 is the RCaller, which enables you to call R from FME and run R scripts. This would be the most powerful statistics option.

http://docs.safe.com/fme/2016.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/rcaller.htm

 

See also the following Questions:

 

https://knowledge.safe.com/questions/5195/calculate-quantile.html

 

https://knowledge.safe.com/questions/5155/segmentationclustering-of-features-based-on-attrib.html

 


doko
Contributor
Forum|alt.badge.img+3
  • Contributor
  • August 9, 2024

2024 Update

 

In case anybody is wondering about this today, there is now (since FME 2023) a Classifier transformer that sorts and groups features into a number of classes based on an attribute value. The supported classification methods are Natural Breaks (Jenks optimization), Quantile and Equal Intervals.

 

See the documentation of the Transformer.

https://docs.safe.com/fme/2023.2/html/FME-Form-Documentation/FME-Transformers/Transformers/classifier.htm