Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: TInput
The input points.
See Also