Description Usage Arguments Value Examples
Cross validates models to predict sensitivity to normalization.
1 | CrossValidateSensitivityToNorm(rocpr = 1, xi = 0.05, n = 10)
|
rocpr |
If |
xi |
The xi-sensitivity to normalization parameter xi. Defaults to |
n |
The number of folds in cross validation. |
A list containing the following results from the cross validated models:
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.
1 2 3 4 5 | ## Not run:
out <- CrossValidateSensitivityToNorm(1,0.05,10)
out$mean_acc
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.