The Complete SPRLIB & ANNLIB

DATASET

- structure holding general data set information

SYNOPSIS

typedef struct dataset

{

char SetText[256]; User description of learning set.

char CreationDate[32]; Dataset set creation date.

long SetId; Dataset set identification number.

long SetFlag; Dataset set flag (label or input/output patterns).

long NumSamples; Total number of samples in file.

long NumInputs; Total number of input features.

long NumOutputs; Total number of outputs (or labels)

char **InputDescr; Verbal description of input features.

char **OutputDescr; Verbal description of outputs (or labels).

long SystemDataRWFlag; Is system data already in use?

union system_data SystemData; Union of data used by library.

union system_data UserData; Union of data for users.

struct sample *FirstSample; Pointer to first sample.

struct statistics Stat; Structure with statistics.

} DATASET;

NOTE

The Stat-member is currently not in use.

SEE ALSO

SAMPLE

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