All Bundles
KMeansGrouping
K-Means grouping result
Operations
Get
Get a group by index
method : public : Get(i:Int) ~ KMeansGroup
Parameters
Name | Type | Description |
---|
i | Int | index |
Return
GetDunnIndex
Calculates the Dunn index
method : public : GetDunnIndex() ~ Float
Return
Type | Description |
---|
Float | Dunn index, higher values indicate more distinct clusters |
GetGroup
Get a group by name
method : public : GetGroup(name:String) ~ KMeansGroup
Parameters
Name | Type | Description |
---|
name | String | group name |
Return
GetGroupNames
Get an array of group names
method : public : GetGroupNames() ~ String[]
Return
Type | Description |
---|
String[] | array of group names |
Size
Get the number of groups
method : public : Size() ~ Int
Return
Type | Description |
---|
Int | number of groups |
ToString
String representation of the object
method : public : ToString() ~ String
Return
Type | Description |
---|
String | groups representation of the object |