View source: R/AUC_metric_class.R
AUC | R Documentation |
The area under the ROC curve of a classifier is estimated using the trapezoid method.
AUC(...)
... |
Additional slots and values passed to |
A
AUC
object. This object has no output
slots.
A AUC
object inherits the following struct
classes:
[AUC]
>> [metric]
>> [struct_class]
M = AUC()
D = iris_DatasetExperiment()
XCV = kfold_xval(folds=5,factor_name='Species') *
(mean_centre() + PLSDA(number_components=2,factor_name='Species'))
MET = AUC()
XCV = run(XCV,D,MET)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.