glmnet.measures.Rd
Produces a list of names of measures
glmnet.measures(family = c("all", "gaussian", "binomial", "poisson", "multinomial", "cox", "mgaussian"))
family | If a "glmnet" family is supplied, a list of the names of measures available for that family are produced. Default is "all", in which case the names of measures for all families are produced. |
---|
Try it and see. A very simple function to provide information
cv.glmnet
and assess.glmnet
.