Click or drag to resize

MultivariateSampleMeansClustering Method

Compute k-means clusters of the data.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public MeansClusteringResult MeansClustering(
	int m
)

Parameters

m
Type: SystemInt32
The number of clusters to compute.

Return Value

Type: MeansClusteringResult
A description of the identified clusters.
See Also