Description Usage Arguments Value Examples
View source: R/balanced_accuracy_class.R
Balanced Accuracy is the average proportion of correctly classified samples across all groups.
1 |
... |
Additional slots and values passed to |
A balanced_accuracy
object.
1 2 3 4 5 | D = iris_DatasetExperiment()
XCV = kfold_xval(folds=5,factor_name='Species') *
(mean_centre() + PLSDA(number_components=2,factor_name='Species'))
MET = balanced_accuracy()
XCV = run(XCV,D,MET)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.