Description Usage Arguments Value Examples
View source: R/methods-DDDataSet.R
Construct an DDDataSet object
1 | makeDDDataSet(signal, name, classLabels, classLabelsCol, removeZeroVar=FALSE)
|
signal |
the matrix or data frame where rows are observations and columns variables |
name |
the name of the dataset (to be used in plotting, etc) |
classLabels |
the vector of class labels or target responses (aka target variable) |
classLabelsCol |
the column which should be interpreted as class labels (either name or index) |
removeZeroVar |
if to remove zero variance columns without producing an error (default: TRUE) |
a new DDDataSet object
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.