Expand description
Core types for intent classification
This module defines the fundamental types used throughout the intent classification library.
Structs§
- Classification
Request - Intent classification request
- Classification
Response - Intent classification response
- Classifier
Config - Configuration for the intent classifier
- Classifier
Stats - Statistics about the classifier
- Confidence
- Confidence score (0.0 to 1.0)
- Feature
Vector - Feature vector for machine learning
- Intent
Feedback - Feedback for improving the classifier
- Intent
Id - Unique identifier for intents
- Intent
Prediction - Intent classification result
- Training
Example - Training example for intent classification
Enums§
- Intent
Error - Custom error types for the intent classification system
- Training
Source - Source of training data
Type Aliases§
- Result
- Result type for intent classification operations