org.joone.engine
Class DelayLayer
- java.lang.Object
-
- org.joone.engine.Layer
-
- org.joone.engine.MemoryLayer
-
- org.joone.engine.DelayLayer
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable, Learnable, LearnableLayer, NeuralLayer, Inspectable
public class DelayLayer extends MemoryLayer
Delay unit to create temporal windows from time series
O---> Yk(t-N)
|
...
|
O---> Yk(t-1)
|
O---> Yk(t)
|
|<--------- Xk(t)
Where:
Xk = Input signal
Yk(t)...Yk(t-N+1) = Values of the output temporal window
N = taps- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DelayLayer()Constructor methodDelayLayer(java.lang.String ElemName)Constructor method
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.TreeSetcheck()Get check messages from listeners.java.util.CollectionInspections()It doesn't make sense to return biases for this layer-
Methods inherited from class org.joone.engine.MemoryLayer
getDimension, getTaps, setTaps
-
Methods inherited from class org.joone.engine.Layer
addInputSynapse, addNoise, addOutputSynapse, copyInto, finalize, fwdRun, getAllInputs, getAllOutputs, getBias, getLastOutputs, getLayerName, getLearner, getMonitor, getRows, hasStepCounter, init, initLearner, InspectableTitle, isInputLayer, isOutputLayer, isRunning, join, randomize, removeAllInputs, removeAllOutputs, removeInputSynapse, removeOutputSynapse, revRun, run, setAllInputs, setAllOutputs, setBias, setInputSynapses, setLayerName, setMonitor, setOutputSynapses, setRows, start, stop, toString
-
-
-
-
Constructor Detail
-
DelayLayer
public DelayLayer()
Constructor method
-
DelayLayer
public DelayLayer(java.lang.String ElemName)
Constructor method- Parameters:
ElemName- The layer's name
-
-
Method Detail
-
check
public java.util.TreeSet check()
Description copied from class:LayerGet check messages from listeners. Subclasses should call this method from thier own check method.- Specified by:
checkin interfaceNeuralLayer- Overrides:
checkin classMemoryLayer- Returns:
- validation errors.
- See Also:
NeuralLayer
-
Inspections
public java.util.Collection Inspections()
It doesn't make sense to return biases for this layer- Specified by:
Inspectionsin interfaceInspectable- Overrides:
Inspectionsin classLayer- Returns:
- null
- See Also:
org.joone.Inspection
-
-
DataMelt 3.0 © DataMelt by jWork.ORG