| Trees | Index | Help |
|---|
| Package Bio :: Package NeuralNetwork :: Package BackPropagation :: Module Layer :: Class AbstractLayer |
|
HiddenLayer,
InputLayer,
OutputLayer| Method Summary | |
|---|---|
Initialize the layer. | |
Debugging output. | |
Set a weight value from one node to the next. | |
| Method Details |
|---|
__init__(self,
num_nodes,
has_bias_node)
|
__str__(self)
Debugging output.
|
set_weight(self, this_node, next_node, value)Set a weight value from one node to the next. If weights are not explicitly set, they will be initialized to random values to start with. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:57:59 2007 | http://epydoc.sf.net |