Public Member Functions | Friends | List of all members
Example Class Reference

#include <example.h>

Inheritance diagram for Example:

Public Member Functions

 Example (int n)
 

Friends

ostream & operator<< (ostream &out, const Example &e)
 

Detailed Description

Stores the attribute values of an example. Numeric values are stored as is. Nominal values are stored as doubles and are indices of the value in the attributes structure.

Author
Mark Maloof
Version
1.0, 03/05/09

Constructor & Destructor Documentation

Example::Example ( int  n)

Explicit constructor. Constructs an Example with n values.

Friends And Related Function Documentation

ostream& operator<< ( ostream &  out,
const Example e 
)
friend

Writes the specified example to the output stream and returns it.

Parameters
outthe output stream for writing
ethe specified example for writing
Returns
the modified output stream

The documentation for this class was generated from the following files: