|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.prune.HiddenLayerParams
public class HiddenLayerParams
Specifies the minimum and maximum neuron counts for a layer.
| 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 |
|---|
public HiddenLayerParams(int min,
int max)
min - The minimum number of neurons.max - The maximum number of neurons.| Method Detail |
|---|
public int getMax()
public int getMin()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||