Description Usage Arguments Value Examples
View source: R/model_evaluation_plot.r
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.
1 | model.evaluation.plot(..., fn.plot, colours = NULL, verbose = 1)
|
... |
one or more object of class siamcat-class, can be named |
fn.plot |
string, filename for the pdf-plot |
colours |
colour specification for the different siamcat-class-
objects, defaults to |
verbose |
control output: |
Does not return anything, but produces the model evaluation plot.
1 2 3 | data(siamcat_example)
# simple working example
model.evaluation.plot(siamcat_example, fn.plot='./eval,pdf')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.