Crate kalosm_learning

Source
Expand description

§Kalosm Learning

This crate is a collection of teachable models for the Kalosm project.

Supported models:

Structs§

ClassificationDataset
A dataset to train a Classifier.
ClassificationDatasetBuilder
A builder for ClassificationDataset.
Classifier
A classifier.
ClassifierConfig
A config for a Classifier.
ClassifierOutput
The output of a classifier.
TextClassifier
A text classifier.
TextClassifierDatasetBuilder
A builder for TextClassifier.

Enums§

ClassifierProgress
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.

Derive Macros§

Class