id: Name of the measure.
title: Short descriptive title.
type: "binary" for binary classification, "classif" for binary or multi-class classification,
"regr" for regression and "similarity" for similarity measures.
lower: lower bound.
upper: upper bound.
predict_type: prediction type the measure operates on.
"response" corresponds to class labels for classification and the numeric response for regression.
"prob" corresponds to class probabilities, provided as a matrix with class labels as column names.
"se" corresponds to to the vector of predicted standard errors for regression.
minimize: If TRUE or FALSE, the objective is to minimize or maximize the measure, respectively.
Can also be NA.
sample_weights: If TRUE, it is possible calculate a weighted measure.