Click or drag to resize

MeansClusteringResult.Classify Method

Assign a vector to a cluster.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public int Classify(
	IReadOnlyList<double> values
)

Parameters

values
Type: System.Collections.Generic.IReadOnlyList<Double>
The vector to classify.

Return Value

Type: Int32
The index of the cluster to which the vector belongs.
See Also