public class CLayer
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CLayer(int layer,
NeocognitronStructure s)
Constructor for CLayer.
|
Modifier and Type | Method and Description |
---|---|
void |
InitializeCells(double[] d,
double alpha)
Initializes each c-cell.
|
OutputConnections |
propagate(OutputConnections inputs)
For a given input, determine the output for this layer.
|
public CLayer(int layer, NeocognitronStructure s)
layer
- Layer used to access values from the NeocognitronStuctures
- NeocognitronStructure used to dictate the structure of the layerpublic void InitializeCells(double[] d, double alpha)
d
- Initial d weight valuesalpha
- Constant alphapublic OutputConnections propagate(OutputConnections inputs)
inputs
- The input to this layer