DefaultHyperParameterRanges class
Specifies the hyperparameters and their default ranges. Hyperparameters can be categorical, continuous, or integer-valued.
Constructors
-
DefaultHyperParameterRanges({List<
DefaultCategoricalHyperParameterRange> ? categoricalHyperParameterRanges, List<DefaultContinuousHyperParameterRange> ? continuousHyperParameterRanges, List<DefaultIntegerHyperParameterRange> ? integerHyperParameterRanges}) -
DefaultHyperParameterRanges.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
categoricalHyperParameterRanges
→ List<
DefaultCategoricalHyperParameterRange> ? -
The categorical hyperparameters and their default ranges.
final
-
continuousHyperParameterRanges
→ List<
DefaultContinuousHyperParameterRange> ? -
The continuous hyperparameters and their default ranges.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
integerHyperParameterRanges
→ List<
DefaultIntegerHyperParameterRange> ? -
The integer-valued hyperparameters and their default ranges.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited