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

Description Usage Arguments Value Author(s) See Also Examples

View source: R/parameters.R

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

1
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

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)

MAIT documentation built on Nov. 8, 2020, 5:43 p.m.