Click or drag to resize
Accord.NET (logo)

OneVsOneTBinary, TInputModels Property

Gets the inner binary classification models.

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

Property Value

Type: TBinary
See Also