public interface LearningFactorFunction
Modifier and Type | Method and Description |
---|---|
double |
value(long numCall)
Computes the learning rate at the current call.
|
double value(long numCall)
numCall
- Current step of the training task.numCall
.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.