ClassificationTestResultOutputDimension Property

CVB.Net Documentation
For tests with usage \c OneVersusAll the output dimension will equal the number of classes in the training database. For usage \c ClassifyOneVersusOne the output dimension is (NumClasses - 1) * (NumClasses) / 2.

Namespace:  Stemmer.Cvb.Polimago.Testing
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public int OutputDimension { get; }

Property Value

Type: Int32
See Also

Reference