Constructor for Kernel-based Orthogonal Projections to Latent Structures (K-OPLS)
constructor options.
Optionalkernel?: objectKernel object to apply, see ml-kernel.
OptionalorthogonalComponents?: numberNumber of Y-Orthogonal components.
OptionalpredictiveComponents?: numberNumber of predictive components to use.
for load purposes.
Predicts the output given the matrix to predict.
matrix of features to predict.
predictions
Export the current model to JSON.
Train the K-OPLS model with the given training set and labels.
matrix of features.
matrix of labels.
Staticload
KOPLS