CalculateMeanDistance(GNGNode &s) | SGNGAlgorithm | [protected, virtual] |
DecreaseNodeErrors() | GNGAlgorithm | [protected, virtual] |
GetClosestNodes(GNGNode *&s, GNGNode *&t) | GNGAlgorithm | [protected, virtual] |
GNGAlgorithm(unsigned int MSEBackLog) | GNGAlgorithm | |
IncreaseEdgeAges(GNGNode &s) | GNGAlgorithm | [protected, virtual] |
Initialize(unsigned int dim, IInputGenerator *g=0) | GNGAlgorithm | [virtual] |
Iterate(Vector const &input) | GNGAlgorithm | [virtual] |
m_dimension | GNGAlgorithm | [protected] |
m_gngContainer | GNGAlgorithm | [protected] |
m_initDone | GNGAlgorithm | [protected] |
m_input | GNGAlgorithm | [protected] |
m_mse | GNGAlgorithm | [protected] |
m_MSEBackLog | GNGAlgorithm | [protected] |
m_mseStream | GNGAlgorithm | [protected] |
m_neighborMovement | GNGAlgorithm | [protected] |
m_nodeInserter | GNGAlgorithm | [protected] |
m_paramAgeIncrement | GNGAlgorithm | [protected] |
m_paramAgeMax | GNGAlgorithm | [protected] |
m_paramErrorDecay | GNGAlgorithm | [protected] |
m_paramMoveNeighbor | GNGAlgorithm | [protected] |
m_paramMoveWinner | GNGAlgorithm | [protected] |
m_squaredError | SGNGAlgorithm | [protected] |
m_stopCritera | GNGAlgorithm | [protected] |
m_winnerMovement | GNGAlgorithm | [protected] |
MoveNeighbor(GNGNode &s) | SGNGAlgorithm | [protected, virtual] |
MoveNeighbors(GNGNode const &s) | GNGAlgorithm | [protected, virtual] |
MoveWinner(GNGNode &s) | SGNGAlgorithm | [protected, virtual] |
PurgeEdges() | SGNGAlgorithm | [protected, virtual] |
PurgeNodes() | GNGAlgorithm | [protected, virtual] |
SetComponentGNGContainer(IGNGContainer *i) | GNGAlgorithm | |
SetComponentNeighborMovement(IGNGNodeMovement *i) | GNGAlgorithm | |
SetComponentNodeInserter(IGNGNodeInserter *i) | GNGAlgorithm | |
SetComponentWinnerMovement(IGNGNodeMovement *i) | GNGAlgorithm | |
SetMSEOutputStream(std::ostream *f) | GNGAlgorithm | [virtual] |
SetParamAgeMax(double d) | GNGAlgorithm | |
SetParamErrorDecay(double d) | GNGAlgorithm | |
SetParamMoveNeighbor(double d) | GNGAlgorithm | |
SetParamMoveWinner(double d) | GNGAlgorithm | |
SetSquaredError(double d) | SGNGAlgorithm | |
SGNGAlgorithm(unsigned int MSEBackLog) | SGNGAlgorithm | |
UpdateError(GNGNode &s) | SGNGAlgorithm | [protected, virtual] |
UpdateMSE(double minDistance) | GNGAlgorithm | [virtual] |
~GNGAlgorithm() | GNGAlgorithm | [virtual] |