RCLS.chunk-class {rebmix}R Documentation

Class "RCLS.chunk"

Description

Object of class RCLS.chunk.

Objects from the Class

Objects can be created by calls of the form new("RCLS.chunk", ...).

Slots

s:

finite set of size s of classes \bm{Ω} = \{\bm{Ω}_{g}; \ g = 1, …, s\}.

levels:

a character vector of length s containing class names \bm{Ω}_{g}.

ntrain:

a vector of length s containing numbers of observations in train datasets Y_{\mathrm{train}g}.

train:

a list of data frames containing train datasets Y_{\mathrm{train}g} of length n_{\mathrm{train}g}.

ntest:

number of observations in test dataset Y_{\mathrm{test}}.

test:

a data frame containing test dataset Y_{\mathrm{test}} of length n_{\mathrm{test}}.

Zt:

a factor of true class membership \bm{Ω}_{g} for the test dataset.

Author(s)

Marko Nagode

References

D. M. Dziuda. Data Mining for Genomics and Proteomics: Analysis of Gene and Protein Expression Data. John Wiley & Sons, New York, 2010.


[Package rebmix version 2.10.2 Index]