Interface DoubleRangeParameter
- All Superinterfaces:
NumericalRangeParameter<Double>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanlogScale()static DoubleRangeParameterof(double min, double max) static DoubleRangeParameterof(double min, double max, boolean logScale) toMap()Methods inherited from interface org.neo4j.gds.ml.models.automl.hyperparameter.NumericalRangeParameter
max, min
-
Method Details
-
logScale
boolean logScale() -
of
-
of
-
toMap
- Specified by:
toMapin interfaceNumericalRangeParameter<Double>
-