"samQL"
Predict the labels for testing data.
# S3 method for samQL
predict(object, newdata, ...)
An object with S3 class "samQL"
.
The testing dataset represented in a n
by d
matrix, where n
is testing sample size and d
is dimension.
System reserved (No specific usage)
Predicted values also represented in a n
by the length of lambda
matrix, where n
is testing sample size.
The testing dataset is rescale to the samQLe range, and expanded by the samQLe spline basis functions as the training data.