tabulate.ext.err.func: Tabulate.ext.err.func

tabulate.ext.err.funcR Documentation

Tabulate.ext.err.func

Description

An assistant function used to calculate the error rate of classification.

Usage

tabulate.ext.err.func(pred.obj, obs.grp)

Arguments

pred.obj

predicted group classes

obs.grp

actual group classes

Value

error rate of predicted classification

Examples

pred.obj = c("V", "V", "V", "V", "E", "V", "E", "E", "E", "E")
obs.grp = c("V", "V", "V", "V", "V", "E", "E", "E", "E", "E")
tabulate.ext.err.func(pred.obj, obs.grp)


yilinwu123/precision1 documentation built on June 28, 2022, 2:53 a.m.