Click or drag to resize
Accord.NET (logo)

OneVsOneTBinary, TInputMethod Property

Gets or sets the multi-class classification method to be used when deciding for the class of a given input vector. Default is Elimination.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MulticlassComputeMethod Method { get; set; }
Request Example View Source

Property Value

Type: MulticlassComputeMethod
See Also