RCLSMIX-class {rebmix} | R Documentation |
Class "RCLSMIX"
Description
Object of class RCLSMIX
.
Objects from the Class
Objects can be created by calls of the form new("RCLSMIX", ...)
. Accessor methods for the slots are a.o(x = NULL)
,
a.Dataset(x = NULL)
, a.s(x = NULL)
, a.ntrain(x = NULL)
, a.P(x = NULL)
, a.ntest(x = NULL)
, a.Zt(x = NULL)
,
a.Zp(x = NULL)
, a.CM(x = NULL)
, a.Accuracy(x = NULL)
, a.Error(x = NULL)
, a.Precision(x = NULL)
, a.Sensitivity(x = NULL)
,
a.Specificity(x = NULL)
and a.Chunks(x = NULL)
, where x
stands for an object of class RCLSMIX
.
Slots
x
:-
a list of objects of class
REBMIX
of lengthobtained by running
REBMIX
ontrain datasets
all of length
. For the train datasets the corresponding class membership
is known. This yields
, while
for all
. Each object in the list corresponds to one chunk, e.g.,
.
o
:-
number of chunks
.
is an observed
-dimensional dataset of size
of vector observations
and is partitioned into train and test datasets. Vector observations
may further be split into
chunks when running
REBMIX
, e.g., forand
the set of chunks substituting
may be as follows
,
and
.
Dataset
:-
a data frame containing test dataset
of length
. For the test dataset the corresponding class membership
is not known.
s
:-
finite set of size
of classes
.
ntrain
:-
a vector of length
containing numbers of observations in train datasets
.
P
:-
a vector of length
containing prior probabilities
.
ntest
:-
number of observations in test dataset
.
Zt
:-
a factor of true class membership
for the test dataset.
Zp
:-
a factor of predictive class membership
for the test dataset.
CM
:-
a table containing confusion matrix for multiclass classifier. It contains number
of test observations with the true class
that are classified into the class
, where
.
Accuracy
:-
proportion of all test observations that are classified correctly.
.
Error
:-
proportion of all test observations that are classified wrongly.
.
Precision
:-
a vector containing proportions of predictive observations in class
that are classified correctly into class
.
.
Sensitivity
:-
a vector containing proportions of test observations in class
that are classified correctly into class
.
.
Specificity
:-
a vector containing proportions of test observations that are not in class
and are classified into the non
class.
.
Chunks
:-
a vector containing selected chunks.
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.