getMetric {caretEnsemble}R Documentation

Extract accuracy metrics from a model

Description

Extract accuracy metrics from a model

Extract accuracy metrics SDs from a model

Extract a model accuracy metric from a train object.

Extract the standard deviation from resamples for an accuracy metric from a model object.

Usage

getMetric(x, metric, ...)

getMetricSD(x, metric, ...)

## S3 method for class 'train'
getMetric(x, metric = NULL, ...)

## S3 method for class 'train'
getMetricSD(x, metric, ...)

Arguments

x

a train object

metric

which metric to get

...

passed through

Value

A numeric representing the metric desired metric.


[Package caretEnsemble version 2.0.3 Index]