Expand description
§Kalosm Learning
This crate is a collection of teachable models for the Kalosm project.
Supported models:
Structs§
- A dataset to train a
Classifier
. - A builder for
ClassificationDataset
. - A classifier.
- A config for a
Classifier
. - The output of a classifier.
- A text classifier.
- A builder for
TextClassifier
.
Traits§
- A class that a
Classifier
can predict. You can derive this trait for any enum with only unit values.