Click or drag to resize
Accord.NET (logo)

BaseKNearestNeighborsTModel, TInput, TDistanceOutputs Property

Gets the set of labels associated with each Inputs point.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int[] Outputs { get; protected set; }
Request Example View Source

Property Value

Type: Int32
See Also