maigesClass-class {maigesPack} | R Documentation |
This class defines a structure to store the results from
discrimination analysis. This type of analysis can be done using the
functions classifyLDA
, classifySVM
,
classifyKNN
, classifyLDAsc
,
classifySVMsc
or classifyKNNsc
.
Objects of this class are produced by calling the functions
classifyLDA
, classifySVM
,
classifyKNN
, classifyLDAsc
,
classifySVMsc
or classifyKNNsc
over an
object of class maiges
to search for cliques satisfying the
criteria specified for classification.
W
:CV
:SVD
:cliques
:cliques.idx
:W
slot) of the genes.method
:Date
:V.info
:signature(x = 'maigesClass')
: plot method for
maigesClass
class. Display dispersion plots.signature(x = 'maigesClass')
: print method for
maigesClass
class.signature(x = 'maigesClass')
: show method for
maigesClass
class.signature(x = 'maigesClass')
: summary method for
maigesClass
class.Gustavo H. Esteves <gesteves@vision.ime.usp.br>
classifyLDA
, classifySVM
,
classifyKNN
, classifyLDAsc
,
classifySVMsc
and classifyKNNsc
.