evaluate_model: Compute and print metrics for classification model evaluation

View source: R/eval_model.R

evaluate_modelR Documentation

Compute and print metrics for classification model evaluation

Description

Compute and print metrics for classification model evaluation

Usage

evaluate_model(actual, predicted)

Arguments

actual

vector of actual labels

predicted

vector of predicted labels

Value

Nothing, called for printing side effect.

Author(s)

T Schaefer


dfsp-spirit/brainnet documentation built on July 11, 2022, 5:54 a.m.