Click or drag to resize
Accord.NET (logo)

InnerParametersTBinary, TInputInputs Property

Gets or sets the input data that should be used to train the classifier.

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

Property Value

Type: TInput
See Also