LikelihoodAscentTemplate

Undocumented in source.

Members

Functions

isFeaturesCorrect
bool isFeaturesCorrect()
Undocumented in source. Be warned that the author may not have intended to support it.
likelihood
T likelihood()
Undocumented in source. Be warned that the author may not have intended to support it.
optimize
void optimize(bool delegate(T likelihoodValuePrev, T likelihoodValue, in T[] weightsPrev, in T[] weights) tolerance, bool delegate(T a, T b) @(nogc) nothrow findRootTolerance)
Undocumented in source. Be warned that the author may not have intended to support it.
optimize
void optimize(bool delegate(T likelihoodValuePrev, T likelihoodValue) tolerance, bool delegate(T a, T b) @(nogc) nothrow findRootTolerance)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(PDFRange pdfs, SampleRange sample)
Undocumented in source.

Meta