public class CCell
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CCell(double[] initD,
double initAlpha)
Initialize the c-cell, with weight d and constant alpha
|
Modifier and Type | Method and Description |
---|---|
double |
propagate(double[] input,
double v)
Propagate the input signal input[window].
|
public CCell(double[] initD, double initAlpha)
initD
- Initial value for weight d[window]initAlpha
- Initial value for alphapublic double propagate(double[] input, double v)
input
- input window in vector form; input[window]v
- input from corresponding v-cell