"samLL"Predict the labels for testing data.
# S3 method for samLL
predict(object, newdata, thol = 0.5, ...)An object with S3 class "samLL".
The testing dataset represented in a n by d matrix, where n is testing sample size and d is dimension.
The decision value threshold for prediction. The default value is 0.5
System reserved (No specific usage)
Estimated Posterior Probability for Prediction also represented in a n by the length of lambda matrix, where n is testing sample size.
Predicted labels also represented in a n by the length of lambda matrix, where n is testing sample size.
The testing dataset is rescale to the samLLe range, and expanded by the samLLe spline basis functions as the training data.