KMeansGroup
KMeans group
Operations
Get
Get array by index
method : public : Get(i:Int) ~ FloatArrayRefParameters
| Name | Type | Description |
|---|---|---|
| i | Int | index |
Return
| Type | Description |
|---|---|
| FloatArrayRef | array |
GetArrayValue
Get group values as an array
method : public : GetArrayValue(i:Int) ~ Float[]Parameters
| Name | Type | Description |
|---|---|---|
| i | Int | index |
Return
| Type | Description |
|---|---|
| Float | group values as an array |
GetArrayValues
Get group as a value matrix
method : public : native : GetArrayValues() ~ Float[,]Return
| Type | Description |
|---|---|
| Float | value matrix |
GetName
Get the name of the group
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | name of the group |
GetValues
Get group values
method : public : GetValues() ~ Vector<FloatArrayRef>Return
| Type | Description |
|---|---|
| Vector<FloatArrayRef> | group values |
Size
Get the size of the group
method : public : Size() ~ IntReturn
| Type | Description |
|---|---|
| Int | size of the group |
ToString
String representation of the object
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | groups representation of the object |