[][src]Module vikos::cost

Implementations of Cost trait

Structs

LeastAbsoluteDeviation

Pass an instance of this type to a training algorithm to optimize for C=|Error|

LeastSquares

Pass an instance of this type to a training algorithm to optimize for C=Error^2

MaxLikelihood

Maximizes the likelihood function L by defining C=-ln(L)