You are here: Start » AVL.NET » ConfusionTable Class
ConfusionTable Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Represents elements of confusionTable.
Constructors
Properties
| Name | Type | Description | |
|---|---|---|---|
| Accuracy | System.Nullable<System.Double> | ||
| BalancedAccuracy | System.Nullable<System.Double> | ||
| ConditionNegative | System.Int64 | ||
| ConditionPositive | System.Int64 | ||
| DiagnosticOddsRatio | System.Nullable<System.Double> | ||
| F1Score | System.Nullable<System.Double> | ||
| FalseDiscoveryRate | System.Nullable<System.Double> | ||
| FalseNegativeRate | System.Nullable<System.Double> | ||
| FalseOmissionRate | System.Nullable<System.Double> | ||
| FalsePositiveRate | System.Nullable<System.Double> | ||
| IsDisposed | System.Boolean | ||
| NegativeLikelihoodRatio | System.Nullable<System.Double> | ||
| NegativePredictiveValue | System.Nullable<System.Double> | ||
| PositiveLikelihoodRatio | System.Nullable<System.Double> | ||
| Precision | System.Nullable<System.Double> | ||
| PredictedConditionNegative | System.Int64 | ||
| PredictedConditionPositive | System.Int64 | ||
| Prevalence | System.Nullable<System.Double> | ||
| Recall | System.Nullable<System.Double> | ||
| TotalPopulation | System.Int64 | ||
| TrueNegativeRate | System.Nullable<System.Double> |
Methods
| Name | Description | |
|---|---|---|
| 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 |
