[][src]Module vikos::model

Implementations of Model trait

Structs

GeneralizedLinearModel

Models the target as y = g(m*x + c)

Linear

Models the target as y = m * x + c

Logistic

Models target as y = 1/(1+e^(m * x + c))

OneVsRest

One vs Rest strategy for multi classification.