Reference Manual: DSL dataElement

From DSL

Jump to: navigation, search

This structure defines a single element in a data set. It is defined as follows:

  union DSL_dataElement 
  {
   int i;
   float f;
  };

SMILEARN uses special values to represent missing data. By default, in SMILEARN missing values are defined by the constants DSL_MISSING_INT and DSL_MISSING_FLOAT.

Personal tools