compute_identity_multi_class: Compute Identity Multi Class

Description Usage Arguments Value Examples

View source: R/loss_functions.R

Description

Best is -1, worst is 0. Objective is to minimize.

Usage

1
compute_identity_multi_class(prediction, actual)

Arguments

prediction

Numeric matrix same number of rows as length of actual

actual

Numeric vector same length as prediction

Value

Numeric vector length one

Examples

1
2

JohnNay/agp documentation built on May 7, 2019, noon