R/int_get_accuracy.R

Defines functions get_accuracy

get_accuracy <- function(classifier)
{
  accuracy <- sum( apply(classifier, 2, max) )
  accuracy
}

Try the statConfR package in your browser

Any scripts or data that you put into this service are public.

statConfR documentation built on April 3, 2025, 5:35 p.m.