MeansClusteringResultCentroid Method |
Get the centroid of the given cluster.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ColumnVector Centroid(
int k
)
Public Function Centroid (
k As Integer
) As ColumnVector
public:
ColumnVector^ Centroid(
int k
)
member Centroid :
k : int -> ColumnVector
Parameters
- k
- Type: SystemInt32
The index of the cluster, which must lie between zero and the cluster count.
Return Value
Type:
ColumnVectorThe centroid of the given index.
See Also