NvmmLikelihoodAscentEMEM

Expectation–maximization algorithm

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