misc: Misclassification error

Description Usage Arguments Value See Also

View source: R/misc.R

Description

An internal function which computes the misclassification error between two partitions

Usage

1
misc(classification, truth)

Arguments

classification

A numeric or character vector of class labels.

truth

A numeric or character vector of truth class labels. The length of truth should be the same as that of classification.

Value

The misclassification error (a scalar).

See Also

fma


FactMixtAnalysis documentation built on May 2, 2019, 2:40 p.m.