Module vikos::model [] [src]

Implementations of Model trait

Structs

Constant

Models the target as a constant c

Linear

Models the target as y = m * x + c

Logistic

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