Learn R Programming

SAM (version 1.1.3)

predict.samHL: Prediction function for S3 class "samHL"

Description

Predict the labels for testing data.

Usage

# S3 method for samHL
predict(object, newdata, thol = 0, ...)

Arguments

object

An object with S3 class "samHL".

newdata

The testing dataset represented in a n by d matrix, where n is testing sample size and d is dimension.

thol

The decision value threshold for prediction. The default value is 0.5

System reserved (No specific usage)

Value

values

Predicted decision values also represented in a n by the length of lambda matrix, where n is testing sample size.

labels

Predicted labels also represented in a n by the length of lambda matrix, where n is testing sample size.

Details

The testing dataset is rescale to the samHLe range, and expanded by the samHLe spline basis functions as the training data.

See Also

samHL