NvmmLikelihoodAscentEMCoordinate

Expectation–maximization algorithm with inner coordinate descend optimization. Speed depends on permutation of elements of grid.

final
class NvmmLikelihoodAscentEMCoordinate : 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