parameters {MAIT} | R Documentation |
Function parameters
extracts the slot linkMAIT.Parameters-class of a MAIT-class
object. This class contains all the parameters that have been used in the previous functions. Typing a summary of this object, a matrix version of the parameters is obtained.
parameters(MAIT.object)
MAIT.object |
A MAIT-class object |
An object of the class MAIT.Parameters.
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) parameters(MAIT)