Documentation of 'org.encog.neural.prune.HiddenLayerParams' Java class
HiddenLayerParams
org.encog.neural.prune

Class HiddenLayerParams



  • public class HiddenLayerParams
    extends java.lang.Object
    Specifies the minimum and maximum neuron counts for a layer.
    • Constructor Summary

      Constructors 
      Constructor and Description
      HiddenLayerParams(int min, int max)
      Construct a hidden layer param object with the specified min and max values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getMax() 
      int getMin() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HiddenLayerParams

        public HiddenLayerParams(int min,
                                 int max)
        Construct a hidden layer param object with the specified min and max values.
        Parameters:
        min - The minimum number of neurons.
        max - The maximum number of neurons.
    • Method Detail

      • getMax

        public int getMax()
        Returns:
        The maximum number of neurons.
      • getMin

        public int getMin()
        Returns:
        The minimum number of neurons.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.