SGDOptimizer.learn

Undocumented in source. Be warned that the author may not have intended to support it.
class SGDOptimizer
void
learn
(
D
T
V
R
S
)
(,,
S delegate
(,
ref T ex
,
ref V[] grad
)
grad_f
,
bool verbose
,)
if (
isForwardRange!D &&
(
is(V == float) ||
is(V == SparseF)
)
&&
(
is(R == float[]) ||
)
&&
(
isNumeric!S ||
is(S == void)
)
)

Meta