view.sLago {lago} | R Documentation |
Produces a visualization of the fitted LAGO model.
## build (default) sLAGO model obj<-sLago(Y,X) ## visualize the model view.sLago(obj, X)
obj |
result from sLago . |
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.