Click or drag to resize
Accord.NET (logo)

InnerParametersTBinary, TInput Properties

The InnerParametersTBinary, TInput generic type exposes the following members.

Properties
  NameDescription
Public propertyInputs
Gets or sets the input data that should be used to train the classifier.
Public propertyModel
Gets or sets the binary model to be learned.
Public propertyOutputs
Gets or sets the output data that should be used to train the classifier.
Public propertyPair
Gets or sets the class pair that the classifier will be designated to learn. For OneVsRestTModel, TInput classifiers, the first element in the pair designates the class to be learned against all others.
Top
See Also