Description Details Public fields Methods
CBRMSR Class
CBRMSR Class
This is a class object to store all of the results performed with the modules of this package
predictor
the dataset of predictor variables
confounding
the dataset of confounding variables
classframe
a column of sample names and a column of their class labels
num
num is the number of folds when folding
training.sets
all of the training sets after splitting or folding
testing.sets
all of the testing sets after splitting or folding
training.labels
the classification labels for the training sets
testing.labels
the classification labels for the testing sets
training.confounding.sets
subsetted confounding data for the training sets
testing.confounding.sets
subsetted confounding data for the testing sets
selected.features
which features were selected after feature selected
feature.weights
feature weights after using BIRF
balanced
a boolean value of whether or not class balancing was applied
balanced.training.labels
the classification labels of the training set after balancing
balanced.training.sets
the training datsets after balancing
training.confounding.distances
the distance matrices of the training confounding data
testing.confounding.distances
the distance matrices of the testing confounding data
training.predictor.distances
the distance matrices of the training predictor data
testing.predictor.distances
the distance matrices of the testing predictor data
training.confusion.matrices
confusion matrices for the training sets
training.predicted.labels
predicted classification labels for the training data
testing.confusion.matrices
confusion matrices for the testing sets
testing.predicted.labels
predicted classification labels for the testing data
retrieved.samples
Which samples were retrieved during testing
new()
Create a new CBRMSR object.
CBRMSR$new(predictor, confounding, classframe)
predictor
A dataframe of predictor variables
confounding
A dataframe of confounding variables
classframe
A 2 column dataframe of sample names and classification labels
A new 'CBRMSR' object.
clone()
The objects of this class are cloneable with this method.
CBRMSR$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.