aKcontour {lago} | R Documentation |
Contour plot of evaluation metric (currently avgp
or topn
) for various values of
alpha
and K
.
aKcontour(Klist, alist, values, logscale='both', ...)
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" . |
Mu Zhu, University of Waterloo, Canada.