Click or drag to resize

MeansClusteringResultClassify 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.GenericIReadOnlyListDouble
The vector to classify.

Return Value

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