view.eLago {lago} | R Documentation |
Produces a visualization of the fitted LAGO model.
## build (default) eLAGO model obj<-eLago(Y,X) ## visualize the model view.eLago(obj, X)
obj |
result from eLago . |
X |
a matrix of covariates/predictors; training data. |
An object which can be passed onto show.test
to display the test data.
The function is NOT fast for large datasets because it performs a principal component analysis first in order to produce a 2-dimensional plot.
Mu Zhu, University of Waterloo, Canada