Click or drag to resize
Accord.NET (logo)

OneVsRestTModel, TInputCount Property

Gets the total number of binary models in this one-vs-rest multi-label configuration. Should be equal to the NumberOfOutputs (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