Class Activation.State

  • Enclosing class:
    Activation

    public static class Activation.State
    extends Object
    A State object contains the activation value of an activation object that belongs to a neuron. It furthermore contains a weight that is used to check the interpretations during the search for the best interpretation.
    • Field Detail

      • value

        public final double value
      • posValue

        public final double posValue
      • net

        public final double net
      • posNet

        public final double posNet
      • fired

        public final int fired
      • weight

        public final double weight
    • Constructor Detail

      • State

        public State​(double value,
                     double posValue,
                     double net,
                     double posNet,
                     int fired,
                     double weight)