Click or drag to resize

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
)

Parameters

k
Type: SystemInt32
The index of the cluster, which must lie between zero and the cluster count.

Return Value

Type: ColumnVector
The centroid of the given index.
See Also