Documentation of 'org.joone.engine.DelayLayer' Java class
DelayLayer
org.joone.engine

Class 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 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: Layer
        Get check messages from listeners. Subclasses should call this method from thier own check method.
        Specified by:
        check in interface NeuralLayer
        Overrides:
        check in class MemoryLayer
        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:
        Inspections in interface Inspectable
        Overrides:
        Inspections in class Layer
        Returns:
        null
        See Also:
        org.joone.Inspection

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.