Traits§
- Predict
- Predict isn’t designed to be implemented directly, rather, as a blanket impl for any
entity that implements the
Forwardtrait. This is primarily used to define the base functionality of theModeltrait. - Predict
With Confidence - This trait extends the
Predicttrait to include a confidence score for the prediction. The confidence score is calculated as the inverse of the variance of the output.