Click or drag to resize

ConfusionMatrix Class

The confusion matrix calculation class
Inheritance Hierarchy
SystemObject
  FinMath.MachineLearningConfusionMatrix

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[SerializableAttribute]
public class ConfusionMatrix

The ConfusionMatrix type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccuracy
The Accuracy performance measure
Public propertyData
Full confusion matrix
Public propertyOrder
The order or classes in confusion matrix
Public propertyUnweightedAverageRecall
The Unweighted Average Recall performance measure
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(IEnumerableInt32, IEnumerableInt32)
Update confusion matrix from the data sequences
Public methodUpdate(Int32, Int32)
Update confusion matrix form two observations
Public methodUpdateT(IEnumerableInt32, IEnumerableT, FuncT, Int32)
Update confusion matrix from the data sequences
Top
See Also