Class SupervisedHyperparameters.NEpochs
-
- All Implemented Interfaces:
public final class SupervisedHyperparameters.NEpochsThe number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSupervisedHyperparameters.NEpochs.VisitorAn interface that defines how to map each variant of NEpochs to a value of type T.
-
Method Summary
Modifier and Type Method Description final Optional<JsonValue>auto()final Optional<Long>integer()final BooleanisAuto()final BooleanisInteger()final JsonValueasAuto()final LongasInteger()final Optional<JsonValue>_json()final <T extends Any> Taccept(SupervisedHyperparameters.NEpochs.Visitor<T> visitor)final SupervisedHyperparameters.NEpochsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SupervisedHyperparameters.NEpochsofAuto()final static SupervisedHyperparameters.NEpochsofInteger(Long integer)-
-
Method Detail
-
accept
final <T extends Any> T accept(SupervisedHyperparameters.NEpochs.Visitor<T> visitor)
-
validate
final SupervisedHyperparameters.NEpochs validate()
-
ofAuto
final static SupervisedHyperparameters.NEpochs ofAuto()
-
ofInteger
final static SupervisedHyperparameters.NEpochs ofInteger(Long integer)
-
-
-
-