ConfusionMatrixTotalErrors Method (Int32)

CVB.Net Documentation
Determine the total number of errors made for a given class.

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

public int TotalErrors(
	int classIndex
)

Parameters

classIndex
Type: SystemInt32
Index of the class for which to query the number of correct results.

Return Value

Type: Int32
The number of correct results for the class referred to by the classIndex parameter.
See Also

Reference