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
)
Public Function MeansClustering (
m As Integer
) As MeansClusteringResult
public:
MeansClusteringResult^ MeansClustering(
int m
)
member MeansClustering :
m : int -> MeansClusteringResult
Parameters
- m
- Type: SystemInt32
The number of clusters to compute.
Return Value
Type:
MeansClusteringResultA description of the identified clusters.
See Also