Learn R Programming

crtests (version 0.2.1)

evaluate_problem: Generic function for evaluation of test results

Description

Generic function for evaluation of test results

Usage

evaluate_problem(test, prediction, observations)
"evaluate_problem"(test, prediction, observations)
"evaluate_problem"(test, prediction, observations)

Arguments

test
The test that was run
prediction
A vector of predictions for each row in the holdout set
observations
The true observations for the dependent value in the holdout set

Value

An object of class 'evaluation', which contains a list of performance measures and a test object.

Methods (by class)

  • classification: Evaluate a classification test's results. Uses confusionMatrix to determine accuracy and other performance measures
  • regression: Evaluate a regression test's results