pub struct ProblemClassifier { /* private fields */ }Expand description
Simple ML-based classifier for problem categorization
Implementations§
Source§impl ProblemClassifier
impl ProblemClassifier
Sourcepub fn classify(&self, event: &IntakeEvent) -> Vec<ProblemCategory>
pub fn classify(&self, event: &IntakeEvent) -> Vec<ProblemCategory>
Classify an event into problem types
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProblemClassifier
impl RefUnwindSafe for ProblemClassifier
impl Send for ProblemClassifier
impl Sync for ProblemClassifier
impl Unpin for ProblemClassifier
impl UnsafeUnpin for ProblemClassifier
impl UnwindSafe for ProblemClassifier
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more