Click or drag to resize
Accord.NET (logo)

OneVsOneTBinary, TInputCount Property

Gets the number of inner binary classification models used by this instance. It should correspond to (c * (c - 1)) / 2 where c is the number of classes.

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

Property Value

Type: Int32
See Also