Produces two plots for model evaluation. The first plot shows the Receiver Operating Characteristic (ROC)-curves, the other the Precision-recall (PR)-curves for the different cross-validation repetitions.
model.evaluation.plot(siamcat, fn.plot, verbose = 1)
siamcat | object of class siamcat-class |
---|---|
fn.plot | string, filename for the pdf-plot |
verbose | control output: |
Does not return anything, but produces the model evaluation plot.
data(siamcat_example) # simple working example model.evaluation.plot(siamcat_example, fn.plot='./eval,pdf')#> Error in label$label: $ operator not defined for this S4 class