a set of C++ library classes
for neural networks development



class Outerr

Class for generating error files of the outputs of the ecoc nets
It reads files out of the outputs of an ECOC-MLP or file pout od the PND and outputs the error file computing the absolute error between the outputs of the net and the correct output.

Public Methods

[more] Outerr (char* infile, char* outfile)
Constructor.
[more] ~Outerr ()
Destructor


Documentation

Class for generating error files of the outputs of the ecoc nets
It reads files out of the outputs of an ECOC-MLP or file pout od the PND and outputs the error file computing the absolute error between the outputs of the net and the correct output. It reads from file the codewords computed by the net and the correct codewords and outputs in the output file .outerr the errors for each bit of the codeword. The file .outerr computed can be used by the classes for evaluating mutual information and mutual information errors.
o Outerr(char* infile, char* outfile)
Constructor.
It reads from file the codewords computed by the net and the correct codewords and outputs in the output file .outerr the errors for each bit of the codeword
Parameters:
infile - input file
outfile - output file

o ~Outerr()
Destructor


This class has no child classes.
See Also:
MutualInfo2
MIError2
MutualMatrix

Alphabetic index HTML hierarchy of classes or Java


Last Updated February 2001
For comments and suggestions mail to Giorgio Valentini