Assembly: Stat;
The ICrossValidationPerformanceScores interface is used to work with cross-validation results.
ICrossValidationPerformanceScores
To get cross-validation results, use the IStatMethodValid.PerformanceScores property.
Property name | Brief description | |
CategoriesList | The CategoriesList property returns ordered array of categories | |
ClassificationAccuracy | The ClassificationAccuracy property returns accuracy of classification. | |
ClassificatorName | The ClassificatorName property returns name of analyzed attribute. | |
FactorsNumber | The FactorsNumber property returns the number of factors influencing the analyzed attribute. | |
KfoldIntervals | The KfoldIntervals property returns interval size for each fold. | |
ObservationsNumber | The ObservationsNumber property returns the number of source sample objects included in cross-validation. | |
PerformanceMatrix | The PerformanceMatrix property returns correct classification. |
See also: