predict.samHL | R Documentation |
"samHL"
Predict the labels for testing data.
## S3 method for class 'samHL' predict(object, newdata, thol = 0, ...)
object |
An object with S3 class |
newdata |
The testing dataset represented in a |
thol |
The decision value threshold for prediction. The default value is 0.5 |
... |
System reserved (No specific usage) |
The testing dataset is rescale to the samHLe range, and expanded by the samHLe spline basis functions as the training data.
values |
Predicted decision values also represented in a |
labels |
Predicted labels also represented in a |
samHL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.