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 SummaryNested 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 SummaryModifier 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- 
                                        acceptfinal <T extends Any> T accept(SupervisedHyperparameters.NEpochs.Visitor<T> visitor) 
 - 
                                        validatefinal SupervisedHyperparameters.NEpochs validate() 
 - 
                                        ofAutofinal static SupervisedHyperparameters.NEpochs ofAuto() 
 - 
                                        ofIntegerfinal static SupervisedHyperparameters.NEpochs ofInteger(Long integer) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-