predict.muscor {muscor} | R Documentation |
Make predictions from a fitted muscor model.
predict.muscor(object,newx,...)
object |
The computed muscor model. |
newx |
newx to predict the response |
... |
additional arguments |
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().
The prediction score.
Tong Zhang
Tong Zhang (2008) "Multi-stage Convex Relaxation for Learning with Sparse Regularization", NIPS'08.
muscor and opt.L1