Description Usage Arguments Value Examples
View source: R/Visualization.R
SVM predictions are often greater than 1 or less than 0. We need to round them to make them have only two factors
| 1 | GetSVMScale(pred)
 | 
| pred | The SVM predictions vector. | 
The predictions, with only two factors.
| 1 2 | # As used in GetCombinedPlot:
# pred <- GetSVMScale(pred)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.