v2025.6.2
All Bundles

KMeansGroup

KMeans group

Operations

Get

Get array by index

method : public : Get(i:Int) ~ FloatArrayRef

Parameters

NameTypeDescription
iIntindex

Return

TypeDescription
FloatArrayRefarray

GetArrayValue

Get group values as an array

method : public : GetArrayValue(i:Int) ~ Float[]

Parameters

NameTypeDescription
iIntindex

Return

TypeDescription
Floatgroup values as an array

GetArrayValues

Get group as a value matrix

method : public : native : GetArrayValues() ~ Float[,]

Return

TypeDescription
Floatvalue matrix

GetName

Get the name of the group

method : public : GetName() ~ String

Return

TypeDescription
Stringname of the group

GetValues

Get group values

method : public : GetValues() ~ Vector<FloatArrayRef>

Return

TypeDescription
Vector<FloatArrayRef>group values

Size

Get the size of the group

method : public : Size() ~ Int

Return

TypeDescription
Intsize of the group

ToString

String representation of the object

method : public : ToString() ~ String

Return

TypeDescription
Stringgroups representation of the object