compute_performance: Compute Performance Metrics for Classification/Regression...

View source: R/allgeneric.R

compute_performanceR Documentation

Compute Performance Metrics for Classification/Regression Results

Description

This function delegates the calculation of performance metrics for classification/regression results to the appropriate method based on the input object's class.

Usage

compute_performance(obj, result)

Arguments

obj

The input object for which the performance metrics should be computed.

result

The classification/regression result object to evaluate.

Value

A list of performance metrics for the input classification/regression result object.


bbuchsbaum/rMVPA documentation built on April 23, 2024, 7:35 a.m.