[][src]Module compute::predict

Various models for data fitting and forecasting.

Structs

LogisticRegressor

Implements a logistic regressor.

PolynomialRegressor

Implements a polynomial regressor with coefficients coeffs.

Traits

Predictor

A predictor for which the parameters can be optimized and updated.