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, 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>
FalseOmissionRateSystem.Nullable<System.Double>
FalsePositiveRateSystem.Nullable<System.Double>
IsDisposedSystem.Boolean
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>

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