#include <NetParams.h>
Public Methods | |
void | setMapcode (Mapcode *mapcode) |
Set Mapcode. | |
void | setData (SOMData *data) |
Set Data. | |
void | setDelta (TMatrix delta) |
Set Delta = distance matrix between neurons. | |
TMatrix | getDelta () const |
Get delta. | |
NetParams () | |
Constructor. | |
Mapcode * | getMapcode () const |
Get Mapcode. | |
SOMData * | getData () const |
Get Data. | |
int | getNumIterations () |
Get the number of iteractions = epochs of learning. | |
void | setNumIterations (int i) |
Set the number of iteractions = epochs of learning. | |
int | getInitType () |
Get the code vectors initialization algorithm. | |
void | setInitType (int init) |
Set the code vectors initialization algorithm. | |
Value_Type | getInitLearningRate () |
Get the init learning rate value. | |
void | setInitLearningRate (Value_Type init_rate) |
Set the init learning rate value. | |
Value_Type | getInitNeighbor () |
Get the init neighbor value. | |
void | setInitNeighbor (Value_Type init_neighbor) |
Set the init neighbor value. | |
int | getLearningType () |
Get the learning algorithm type. | |
void | setLearningType (int t) |
Set the learning algorithm type. | |
void | setLearnType (string str) |
Another way to Set the learning algorithm type. | |
string | getLearnType () |
Another way to Get the learning algorithm type. |