#include <Data.h>
Public Methods | |
~SOMData () | |
Constructor. | |
TMatrix | getEntries () const |
Get the raw data. | |
void | setEntries (TMatrix entries) |
Set data. | |
int | getDimension () const |
Get the data dimension. | |
void | setDimension (int d) |
Set the Data dimension. | |
TvecLabel | getLabel () |
Get ID's data, for each Data we may have an especific and unique ID. | |
void | setLabel (TvecLabel l) |
Set the ID's data. | |
int | getDataSize () const |
Get the amount of rows of data. | |
void | setDataSize (int s) |
Set data size. |