predict.muscor {muscor}R Documentation

Make predictions from a fitted muscor model

Description

Make predictions from a fitted muscor model.

Usage

predict.muscor(object,newx,...)

Arguments

object The computed muscor model.
newx newx to predict the response
... additional arguments

Details

The Multi-stage Convex Relaxation approach is described in [Tong Zhang (2008)]. It relaxes the non-convex problem into L1 regularization problems in stages, and each L1 regularization problem is solved using the function opt.L1().

Value

The prediction score.

Author(s)

Tong Zhang

References

Tong Zhang (2008) "Multi-stage Convex Relaxation for Learning with Sparse Regularization", NIPS'08.

See Also

muscor and opt.L1


[Package muscor version 0.2 Index]