org.encog.neural.prune
Class HiddenLayerParams

java.lang.Object
  extended by org.encog.neural.prune.HiddenLayerParams

public class HiddenLayerParams
extends Object

Specifies the minimum and maximum neuron counts for a layer.

Author:
jheaton

Constructor Summary
HiddenLayerParams(int min, int max)
          Construct a hidden layer param object with the specified min and max values.
 
Method Summary
 int getMax()
           
 int getMin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.


Copyright © 2014. All Rights Reserved.