JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.neo4j.gds.ml.models.automl.hyperparameter
Interface NumericalRangeParameter<T extends
Number
>
All Known Subinterfaces:
DoubleRangeParameter
,
IntegerRangeParameter
public interface
NumericalRangeParameter<T extends
Number
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
T
max
()
T
min
()
default
Map
<
String
,
Object
>
toMap
()
Method Details
min
T
min
()
max
T
max
()
toMap
@Derived
default
Map
<
String
,
Object
>
toMap
()