predict.samQL {SAM} | R Documentation |
"samQL"
Predict the labels for testing data.
## S3 method for class 'samQL'
predict(object, newdata, ...)
object |
An object with S3 class |
newdata |
The testing dataset represented in a |
... |
System reserved (No specific usage) |
The testing dataset is rescale to the samQLe range, and expanded by the samQLe spline basis functions as the training data.
values |
Predicted values also represented in a |