Skip to main content

SemiSupervisedLearning

Trait SemiSupervisedLearning 

Source
pub trait SemiSupervisedLearning { }
Expand description

Marker trait for semi-supervised learning algorithms

Algorithms implementing this trait can learn from both labeled and unlabeled data.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§