public interface GradientWorkerOwner
| Modifier and Type | Method and Description |
|---|---|
double |
getL1() |
double |
getL2() |
void |
report(double[] gradients,
double error,
java.lang.Throwable ex)
Called by the worker threads to report the progress at each step.
|
void report(double[] gradients,
double error,
java.lang.Throwable ex)
gradients - The gradients from that worker.error - The error for that worker.ex - The exception.double getL1()
double getL2()