CBARuleModelAccuracy {arc}R Documentation

Prediction Accuracy

Description

Compares predictions with true labels and outputs accuracy.

Usage

CBARuleModelAccuracy(prediction, groundtruth)

Arguments

prediction

vector with predictions

groundtruth

vector with true labels

Value

Accuracy


[Package arc version 1.4 Index]