atmosphere ~master (2022-03-09T12:01:05.4173038)
Dub
Repo
NvmmLikelihoodAscentEMEM
atmosphere
estimate
nvmm
Expectation–maximization algorithm
final
class
NvmmLikelihoodAscentEMEM : NvmmLikelihoodAscentEM!T(
T
)
if
(
isFloatingPoint
!
T
) {
this
(T[] _grid, size_t maxLength);
void
eval
(bool delegate(T a, T b) @(nogc) nothrow findRootTolerance);
}
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
Source
See Implementation
atmosphere
estimate
nvmm
classes
NvmmLikelihoodAscentEM
NvmmLikelihoodAscentEMCoordinate
NvmmLikelihoodAscentEMEM
NvmmLikelihoodAscentEMGradient
Expectation–maximization algorithm