|
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; }
Public Property Outputs As Integer()
Get
Protected Set
Request Example
View SourceProperty Value
Type:
Int32See Also