get_performance: Extract prediction performance

Description Usage Arguments Value Author(s)

View source: R/reshape-result.r

Description

Extract prediction performance

Usage

1
get_performance(result, format = c("wide", "long"))

Arguments

result

Modeling result, as returned by evaluate.

format

Table format of the output. See http://en.wikipedia.org/wiki/Wide_and_narrow_data for more info.

Value

Data frame.

Author(s)

Christofer Bäcklin


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to get_performance in emil...