plotKNNtuning: draw plots to highlight the results of KNN tuning

Description Usage Arguments Value Author(s)

View source: R/tune_classifiers.R

Description

draw a series of plots highlighting the impact of the number of neighbours (k) on the performances (miclassification error rate) of KNN

Usage

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

Arguments

tuningResult

result of TuneClassifiers() run with option tuneKNN=TRUE, and where a vector of several values was provided for k

...

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.