predict.L2Boost: Predict fot L2Boost objects

Description Usage Arguments Value

Description

Predicted values based on L2Boost objects

Usage

1
2
## S3 method for class 'L2Boost'
predict(object, newx = NULL, mstop = object$stop_rule)

Arguments

object

Object of class L2Boost

newx

Matrix of x-variables to be predicted

mstop

Stopping number, i.e. for which iteration of the algorithm the prediction is to be conducted

Value

A vector with the predicted values.


newboost documentation built on May 2, 2019, 5:17 p.m.