This function returns a data.frame containing the currently
supported performance metrics.
Value
A data.frame with 3 columns:
idcontains the id used in renoir for the performance metric (e.g. 'class')
namecontains the name of the performance metric (e.g. 'Misclassification Error')
problemcontains the type of problem for which is commonly used (e.g. 'classification')
Details
The currently implemented performance metrics are returned in a data.frame.
If resp.type is provided, only the metrics supported for the given response
are returned.