You are here: Start » AVL.NET » ConfusionTable Class

ConfusionTable Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Represents elements of confusionTable.

Constructors

 ConstructorDescription
ConfusionTable(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
ConfusionTable(ConfusionTable)Creates a deep copy of the passed object.
ConfusionTable()

Properties

 NameTypeDescription
AccuracySystem.Nullable<System.Double>
BalancedAccuracySystem.Nullable<System.Double>
ConditionNegativeSystem.Int64
ConditionPositiveSystem.Int64
DiagnosticOddsRatioSystem.Nullable<System.Double>
F1ScoreSystem.Nullable<System.Double>
FalseDiscoveryRateSystem.Nullable<System.Double>
FalseNegativeRateSystem.Nullable<System.Double>
FalseNegativeSystem.Int64
FalseOmissionRateSystem.Nullable<System.Double>
FalsePositiveRateSystem.Nullable<System.Double>
FalsePositiveSystem.Int64
IsDisposedSystem.Boolean
MCCSystem.Nullable<System.Double>
NegativeLikelihoodRatioSystem.Nullable<System.Double>
NegativePredictiveValueSystem.Nullable<System.Double>
PositiveLikelihoodRatioSystem.Nullable<System.Double>
PrecisionSystem.Nullable<System.Double>
PredictedConditionNegativeSystem.Int64
PredictedConditionPositiveSystem.Int64
PrevalenceSystem.Nullable<System.Double>
RecallSystem.Nullable<System.Double>
TotalPopulationSystem.Int64
TrueNegativeRateSystem.Nullable<System.Double>
TrueNegativeSystem.Int64
TruePositiveSystem.Int64

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(AvlNet.ConfusionTable)
Equals(object)Inherited from System.Object
Equals(AvlNet.ConfusionTable, AvlNet.ConfusionTable)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.ConfusionTable)Resets this instance with data of the other ConfusionTable object.
ToString()Inherited from System.Object

Remarks

See also