The Complete SPRLIB & ANNLIB

fprintf_ptron

- print the perceptron data to a stream

SYNOPSIS

int fprintf_ptron (stream, ptron)

ARGUMENTS

FILE *stream The stream to which the output is directed.
PTRON *ptron The pointer to a perceptron which data is printed.

RETURNS

The function returns TRUE when an error is detected and returns FALSE otherwise.

FUNCTION

This function prints the data stored in a perceptron structure PTRON to a stream pointed to by stream. The stream may be any stream such as a file or stdout. The following data is written to the stream. First the update mode is written, second the weights.

SEE ALSO

malloc_ptron

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