plotSVMtuning: draw plots to highlight the results of SVM tuning

Description Usage Arguments Value Author(s)

View source: R/tune_classifiers.R

Description

draw a series of plots highlighting the impact of the parameters on the performances (miclassification error rate) of SVM

Usage

1
plotSVMtuning(tuningResult, pdfFile = NULL, ...)

Arguments

tuningResult

result of TuneClassifiers() run with option tuneSVM=TRUE, and where vectors of values were provided for the different parameters

...

additional parameters are passed to plot()

pdfFile=NULL

if not null, the plot is exported in pdf format the specified file. Else it is printed out on the current device.

Value

no return field

Author(s)

Jacques van Helden


elqumsan/RNAseqMVA documentation built on March 10, 2021, 8:10 a.m.