Module rustlearn::traits
[−]
[src]
Common rustlearn traits.
Traits
| ParallelPredict |
Applies to models capable of making predictions in a parallel fashion. |
| ParallelSupervisedModel |
Applies to models capable of being trained in a parallel fashion. |
| SupervisedModel |
Trait describing supervised models. |