View source: R/balanced_accuracy_class.R
balanced_accuracy | R Documentation |
Balanced Accuracy is the average proportion of correctly classified samples across all groups.
balanced_accuracy(...)
... |
Additional slots and values passed to |
A
balanced_accuracy
object. This object has no output
slots.
A balanced_accuracy
object inherits the following struct
classes:
[balanced_accuracy]
>> [metric]
>> [struct_class]
M = balanced_accuracy()
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.