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

ConfusionTable Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Represents elements of confusionTable.

Constructors

 ConstructorDescription
ConfusionTable()
ConfusionTable(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Conditional<Double>, Diagnostic<Conditional<Double>>, Conditional<Double>, Conditional<Double>)

Properties

 NameTypeDescription
AccuracyAtl.Conditional<System.Double>
BalancedAccuracyAtl.Conditional<System.Double>
ConditionNegativeSystem.Int64
ConditionPositiveSystem.Int64
DiagnosticOddsRatioAtl.Conditional<System.Double>
F1ScoreAtl.Conditional<System.Double>
FalseDiscoveryRateAtl.Conditional<System.Double>
FalseNegativeRateAtl.Conditional<System.Double>
FalseNegativeSystem.Int64
FalseOmissionRateAtl.Conditional<System.Double>
FalsePositiveRateAtl.Conditional<System.Double>
FalsePositiveSystem.Int64
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MCCAtl.Conditional<System.Double>
NegativeLikelihoodRatioAtl.Conditional<System.Double>
NegativePredictiveValueAtl.Conditional<System.Double>
PositiveLikelihoodRatioAtl.Conditional<System.Double>
PrecisionAtl.Conditional<System.Double>
PredictedConditionNegativeSystem.Int64
PredictedConditionPositiveSystem.Int64
PrevalenceAtl.Conditional<System.Double>
RecallAtl.Conditional<System.Double>
TotalPopulationSystem.Int64
TrueNegativeRateAtl.Conditional<System.Double>
TrueNegativeSystem.Int64
TruePositiveSystem.Int64

Methods

 NameDescription
CopyTo(Avl.ConfusionTable)
Dispose()Inherited from Avl.UnmanagedObject
Equals(Avl.ConfusionTable)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.ConfusionTable)
ToString()Inherited from System.Object

Remarks

See also