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.

Implementorsยง