Description Usage Author(s) References See Also Examples
This function helps the user to produce an object of class Features
. The purpose of this object is to be used in the function FeatureEEG
as the parameter features
. It is possible to construct this object "by hand" but it can be a difficult task. It takes some time to choose all the features, so it is recommended to save the object afterwards.
1 |
Murilo Coutinho Silva (coutinho.stat@gmail.com), George Freitas von Borries
Hastie, T., Tibshirani, R., Friedman, J. (2009) The Elements of Statistical Learning: Data Mining, Inference, and Prediction. 2nd ed. Stanford: Springer.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #### This example have to be uncommented to be used
#### Use the function
# features<-easyFeatures()
#### Save your features
# dump("features", file = "example.R")
#### In this case, you can find your features in your current directory
# getwd()
#### Read your features again if you need to:
# source("example.R")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.