aKcontour {lago}R Documentation

Plotting Function for the Tuning of LAGO

Description

Contour plot of evaluation metric (currently avgp or topn) for various values of alpha and K.

Usage

aKcontour(Klist, alist, values, logscale='both', ...)

Arguments

Klist vector containing grid points for different K's.
alist vector containing grid points for different alpha's.
values matrix containing the performance evaluation LAGO for each set of tuning parameters, often (if not always) the result of tuneLago.
logscale 'a', 'K' or 'both', indicating which axis should be plotted using a log-scale.
... arguments passed to plot function, such as main="sLAGO: CV plot".

Author(s)

Mu Zhu, University of Waterloo, Canada.

See Also

tuneLago


[Package lago version 0.1-1 Index]