The Complete SPRLIB & ANNLIB

ERROR_STRUCT

- network performance values datatype

SYNOPSIS

typedef struct error_struct

{

double MeanSquaredError; MSE over all outputs or all samples.

double MaxError; Maximum error over all outputs or samples.

double MinError; Minimum error over all outputs or samples.

double PercentageCorrect; Percentage correct of all outputs or samples.

double PercentageClassCorrect; Percentage of dataset classified correctly, or 0 / 100 for incorrect/correct classification of a sample.

long AllCorrect; TRUE if all samples or outputs are correct.

} ERROR_STRUCT;

DESCRIPTION

This datatype holds information gathered about network performance by the net_perf function.

SEE ALSO

net_perf

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