Метод | Описание | |
---|---|---|
HiddenLayerParams ( int min, int max ) |
Construct a hidden layer param object with the specified min and max values.
|
public HiddenLayerParams ( int min, int max ) | ||
min | int | The minimum number of neurons. |
max | int | The maximum number of neurons. |