#include <example.h>
Public Member Functions | |
| Example (int n) | |
Friends | |
| ostream & | operator<< (ostream &out, const Example &e) |
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.
| Example::Example | ( | int | n | ) |
Explicit constructor. Constructs an Example with n values.
|
friend |
Writes the specified example to the output stream and returns it.
| out | the output stream for writing |
| e | the specified example for writing |
1.8.6