Description Usage Arguments Value Examples
Cross validates SVM with instance space coordinates.
1 | CrossValidateSVM(d = 1, n = 5)
|
d |
If |
n |
The number of folds in cross validation. |
A list with the following components:
The default accuracy we get if we predict the method is not good for all instances. This is the percentage of the majority class.
The n
-fold cross valdation results.
The mean n
-fold cross valdation results.
Which instance space is cross validated. If d=1
, then it is MIN_MAX normalization instance space, if d=2
then all normalization methods are used.
The instance space coordinates.
1 | ## Not run: out <- CrossValidateSVM(1,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.