|
TarzaNN
TarzaNN neural network simulator
|
Dataset for Continuous Transformation learning based on the COIL 100 dataset. More...
#include <COIL100Dataset.h>
Public Member Functions | |
| COIL100_Dataset (char *basefilename) | |
| COIL100_Dataset (char *basefilename, int steps) | |
| ~COIL100_Dataset () | |
| OutputImage * | getImage (int index, OutputImage **list, int LorR=0) |
| Matrix * | getDesiredOutcome (int index) |
| int | getRandomIndex () |
Dataset for Continuous Transformation learning based on the COIL 100 dataset.
| COIL100_Dataset::COIL100_Dataset | ( | char * | basefilename | ) |
Constructor. Directory name
| COIL100_Dataset::COIL100_Dataset | ( | char * | basefilename, |
| int | steps | ||
| ) |
Constructor. Directory name, number of steps for constant input
| COIL100_Dataset::~COIL100_Dataset | ( | ) |
| Matrix * COIL100_Dataset::getDesiredOutcome | ( | int | index | ) | [virtual] |
Get code for specific image
Implements Dataset.
| OutputImage * COIL100_Dataset::getImage | ( | int | index, |
| OutputImage ** | list, | ||
| int | LorR = 0 |
||
| ) | [virtual] |
Get specific image
Implements Dataset.
| int COIL100_Dataset::getRandomIndex | ( | ) | [virtual] |
Get specific image
Reimplemented from Dataset.
1.7.5.1