ovClassifRatioTable {MAIT}R Documentation

Overall classification table extractor for MAIT objects

Description

Function ovClassifRatioData extracts the overall classification table for a MAIT-class object

Usage


ovClassifRatioTable(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

A list containing the overall classification table of the MAIT object for each classifier showing the mean value and their standard error.

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

MAIT-class Validation

Examples

data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT <- Validation(Iterations = 20, trainSamples= 15, MAIT.object = MAIT)
ovClassifRatioTable(MAIT)

[Package MAIT version 1.28.0 Index]