MAIT.Validation-class {MAIT} | R Documentation |
"MAIT.Validation"
MAIT.Validation objects are used in the MAIT package to save the validation results obtained from the classification run.
The information related to the run of the function Validation is saved here. It contains three lots:
ovClassifRatioTable
:Summary table showing the overall classification ratios for each of the three classifiers. It can be quickly gathered by using the function ovClassifRatioTable
ovClassifRatioData
:All the data corresponding to the overall classification ratios. It can be quickly gathered by using the function ovClassifRatioData
classifRatioClasses
:All the data corresponding to the classification ratios per class. It can be quickly gathered by using the function classifRatioClasses
Francesc Fernandez, francesc.fernandez.albert@upc.edu