NvmmLikelihoodAscentEMGradient

Expectation–maximization algorithm with inner gradient descend optimization.

final
class NvmmLikelihoodAscentEMGradient : NvmmLikelihoodAscentEM!T(
T
) if (
isFloatingPoint!T
) {}

Constructors

this
this(T[] _grid, size_t maxLength)

Constructor

Members

Functions

eval
void eval(bool delegate(T a, T b) @(nogc) nothrow findRootTolerance)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta