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