|
BaseKNearestNeighborsTModel, TInput, TDistanceInputs Property
|
Gets the set of points given
as input of the algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public TInput[] Inputs { get; protected set; }
Public Property Inputs As TInput()
Get
Protected Set
Request Example
View SourceProperty Value
Type:
TInputThe input points.
See Also