public class SCell
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SCell(double initR)
Initialize the s-cell, with the constant r
|
Modifier and Type | Method and Description |
---|---|
double |
propagate(double[][] inputs,
double vInput,
double b,
double[][] a)
Progagate the input signal input[plane][window].
|
public SCell(double initR)
initR
- Initial value for constant rpublic double propagate(double[][] inputs, double vInput, double b, double[][] a)
inputs
- input window in vector form; input[window]vInput
- input from corresponding v-cellb
- inhibitory weight valuea
- weight value for input window