ovClassifRatioTable {MAIT} | R Documentation |
Function ovClassifRatioData
extracts the overall classification table for a MAIT-class
object
ovClassifRatioTable(MAIT.object)
MAIT.object |
A MAIT-class object |
A list containing the overall classification table of the MAIT object for each classifier showing the mean value and their standard error.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) MAIT <- Validation(Iterations = 20, trainSamples= 15, MAIT.object = MAIT) ovClassifRatioTable(MAIT)