org.encog.neural.prune
Class HiddenLayerParams
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.