predict.clusterpath {clusterpath} | R Documentation |
based on calculated solution path breakpoints, find solutions at an individual point lambda.
## S3 method for class 'clusterpath' predict(object, lambda = unique(object$lambda), ...)
object |
clusterpath data frame of breakpoints returned by clusterpath.l1.id |
lambda |
lambda values for which we will calculate the optimal solutions. |
... |
ignored. |
data frame subclass with the same columns as object, but containing all the solutions calculated for lambda.
Toby Dylan Hocking