Main Page   Class Hierarchy   Compound List   File List   Compound Members  

NetParams Class Reference

#include <NetParams.h>

List of all members.

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.

MapcodegetMapcode () const
 Get Mapcode.

SOMDatagetData () 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.


Detailed Description

Encapsulate all the Self-organizing Map params.

Author:
Marcos Aurélio Silva


The documentation for this class was generated from the following files:
Generated on Thu Apr 8 15:04:12 2004 for SOMCode by doxygen1.2.18