Documentation of 'org.encog.ml.prg.extension.ConstantPool' Java class
ConstantPool
org.encog.ml.prg.extension

Class ConstantPool

    • Field Detail

      • COMMON_CONST

        public static double[] COMMON_CONST
    • Constructor Detail

      • ConstantPool

        public ConstantPool(java.lang.String theName,
                            double[] thePool)
        Construct for a specific constant pool.
        Parameters:
        theName - The name of the pool.
        thePool - The pool of values.
      • ConstantPool

        public ConstantPool(java.lang.String theName,
                            double[] thePool,
                            int count,
                            GenerateRandom rnd,
                            double low,
                            double high)
        Construct for a specific constant pool and random constants.
        Parameters:
        theName - The name of the pool.
        thePool - The pool of values.
        count - The number of random values to generate, total size is length of pool + count.
        rnd - Random number generator.
        low - The low end of the random range.
        high - The high end of the random range.
      • ConstantPool

        public ConstantPool()
        Construct with common constants, plus 100 random constants between -10 and 10.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.