predict.MKLR: Predict values by MKLR model

Description Usage Arguments Value See Also

View source: R/MKLR.R

Description

Prediction

Usage

1
2
## S3 method for class 'MKLR'
predict(object, newx, response = c("probability", "class")[1])

Arguments

object

MKLR model.

newx

new data without labels

response

probability or class.

Value

The predicted probabilities or classes.

See Also

MKLR


hyj12345/MKLR documentation built on Dec. 20, 2021, 5:54 p.m.