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
)
Public Function Classify (
values As IReadOnlyList(Of Double)
) As Integer
public:
int Classify(
IReadOnlyList<double>^ values
)
member Classify :
values : IReadOnlyList<float> -> int
Parameters
- values
- Type: System.Collections.Generic.IReadOnlyList<Double>
The vector to classify.
Return Value
Type:
Int32The index of the cluster to which the vector belongs.
See Also