Package org.neo4j.gds.ml.models.automl
Class TunableTrainerConfig
java.lang.Object
org.neo4j.gds.ml.models.automl.TunableTrainerConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<String,DoubleRangeParameter> final Map<String,IntegerRangeParameter> -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanmaterialize(Map<String, Object> hyperParameterValues) static TunableTrainerConfigtoMap()org.neo4j.gds.ml.api.TrainingMethod
-
Field Details
-
doubleRanges
-
integerRanges
-
-
Method Details
-
of
public static TunableTrainerConfig of(Map<String, Object> userInput, org.neo4j.gds.ml.api.TrainingMethod method) -
materialize
-
streamCornerCaseConfigs
-
toMap
-
trainingMethod
public org.neo4j.gds.ml.api.TrainingMethod trainingMethod() -
isConcrete
public boolean isConcrete() -
equals
-
hashCode
public int hashCode()
-