Package deepnetts.automl
Class Parameters
java.lang.Object
deepnetts.automl.Parameters
Parameter search space: a collection of parameters and methods for generating all possible combinations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A single combination of parameters with list of parameters (with all possible values). -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Parameters
Adds a list of possible values for specified parameter name<T> Parameters
Returns parameters search space - all possible combination of all given parameter values.Parameter
<?> int
names()
toString()
Collection
<Parameter<?>> values()
-
Field Details
-
OPTIMIZER
- See Also:
-
HIDDEN_NEURONS
- See Also:
-
HIDDEN_LAYERS
- See Also:
-
HIDDEN_ACTIVATION
- See Also:
-
OUTPUT_ACTIVATION
- See Also:
-
LEARNING_RATE
- See Also:
-
MOMENTUM
- See Also:
-
MAX_ERROR
- See Also:
-
STOP_ERROR
- See Also:
-
MAX_EPOCHS
- See Also:
-
STOP_EPOCHS
- See Also:
-
INPUTS
- See Also:
-
OUTPUTS
- See Also:
-
-
Constructor Details
-
Parameters
public Parameters()
-
-
Method Details
-
add
-
add
Adds a list of possible values for specified parameter name- Type Parameters:
T
-- Parameters:
name
-values
-- Returns:
-
add
-
get
-
names
-
values
-
toString
-
createSearchSpace
Returns parameters search space - all possible combination of all given parameter values.- Returns:
-
getInt
-