Learn R Programming

MAIT (version 1.6.0)

parameters: Extractor of the parameters used in the whole run from a MAIT object

Description

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.

Usage

parameters(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

An object of the class MAIT.Parameters.

See Also

MAIT-class

Examples

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

Run the code above in your browser using DataLab