Description Usage Arguments Value Author(s) See Also Examples
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.
1 | parameters(MAIT.object)
|
MAIT.object |
A MAIT-class object |
An object of the class MAIT.Parameters.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
1 2 3 4 | data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT <- Validation(Iterations = 20, trainSamples= 15, MAIT.object = MAIT)
parameters(MAIT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.