ConfusionMatrix Methods

CVB.Net Documentation

The ConfusionMatrix type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRejects
Get the rejects for a given class.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTotalCorrect
Overall number of correctly classified samples.
Public methodTotalCorrect(Int32)
Number of correctly classified samples in a given class.
Public methodTotalErrors
Determine the total error count.
Public methodTotalErrors(Int32)
Determine the total number of errors made for a given class.
Public methodTotalRejects
Total number of rejected items (i.e. items that have a confidence of less than the currently set threshold, no matter if they are correctly classified or not).
Public methodTotalSamples
Return the total sample count.
Public methodTotalSamples(Int32)
Determine the total number of samples available for a given class.
Top
See Also

Reference