Description Usage Arguments Details
This function transform a new data (dataframe) using center and scale transformation. This transformation is necesary previous to use svm method.
1 | transformData(instances = instance, trainingSet = "default")
|
instances |
The data to be transformed |
trainingSet |
The training set used to apply transformation. |
defaultTrainingSet |
A flag to get the training set used in the transformation (if TRUE, default training set will be used) |
If trainingSet flag is not "default", "heller" or "branca", the current data will be used to apply the transformation requeried
before use a SVM model, the set supply must contains the following variables: calibrated, expasy and aaindex.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.