parameters {MAIT}R Documentation

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.

Author(s)

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

See Also

MAIT-class

Examples

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

[Package MAIT version 1.24.0 Index]