The Complete SPRLIB & ANNLIB

highley_error

- compute the error of a classifier on the Higleyman classes

SYNOPSIS

double highley_error (c1, c2, c3)

ARGUMENTS

double c1 Coefficient 1.
double c2 Coefficient 2.
double c3 coefficient 3.

RETURNS

The function returns the fraction which was erroneously classified.

FUNCTION

This function computes the error made by a classifier on the Highleyman data. The classifier is specified by three coefficients c1 ,c2 and c3. A pattern described by (x1,x2) is classified according to F(x1,x2) = c1*x1 + c2*x2 + c3. Since the covariances and means of the Highleyman data are known, only these coefficients are needed for classification.

SEE ALSO

pr_error_multi

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998