The Complete SPRLIB & ANNLIB

rss_min_dist_perf

- compute the performance of the nearest mean classifier using the resubstitution method

SYNOPSIS

double rss_min_dist_perf (dataset)

ARGUMENTS

DATASET *dataset The dataset of which the performance should be computed.

RETURNS

If no error occured the function returns the performance of the nearest mean classifier using the resubstitution method, ie. the fraction of the samples wrongly classified. In case of an error, a negative number is returned.

FUNCTION

Compute the performance of the nearest mean classifier on the dataset dataset using the resubstitution method.

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