Module vikos::cost [] [src]

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=Error2

MaxLikelihood

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