Class NodeDistributionOptions

  • All Implemented Interfaces:
    Cloneable

    public final class NodeDistributionOptions
    extends Object
    implements Cloneable
    Options that apply to all distributions of a particular node.
    • Method Detail

      • getNode

        public Node getNode()
        The node this instance belongs to.
      • getNoisyType

        public NoisyType getNoisyType()
        Gets a value which identifies this node as a noisy node or not.
      • setNoisyType

        public void setNoisyType​(NoisyType value)
        Sets a value which identifies this node as a noisy node or not.
      • getHasZeroIntercepts

        public boolean getHasZeroIntercepts()
        Determines whether CLGaussian intercept terms are fixed to zero. This only applies to CLGaussian distributions with tails.

        When true, the parameter count of the network reduces accordingly.

      • setHasZeroIntercepts

        public void setHasZeroIntercepts​(boolean value)
        Determines whether CLGaussian intercept terms are fixed to zero. This only applies to CLGaussian distributions with tails.

        When true, the parameter count of the network reduces accordingly.