Constructor
new NaturalBreaks()
Natural breaks classification method concrete class
Methods
NaturalBreaksExecute(vectorSource, attributeTitle, numberOfClasses)
Executes natural breaks classification method
Parameters:
Name | Type | Description |
---|---|---|
vectorSource |
array | The vector source |
attributeTitle |
string | The title of the attribute selected |
numberOfClasses |
number | The number of classes |
NaturalBreaksExecuteWards(wardsSource, keyName, index, numberOfClasses)
Executes natural breaks classification method for wards
Parameters:
Name | Type | Description |
---|---|---|
wardsSource |
array | The ward source |
keyName |
string | The name of rhe key |
index |
number | The index value |
numberOfClasses |
number | The number of classes |