Description Usage Arguments Value Examples
Computes features from a dataset, but using only MIN_MAX normalization.
1 | ComputeMetaFeaturesMM(dat.o)
|
dat.o |
This is the data with the last column named as |
The set of features.
1 2 3 | data(Arrhythmia_withoutdupl_05_v05)
dat <- Arrhythmia_withoutdupl_05_v05
feat <- ComputeMetaFeaturesMM(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.