pub trait SemiSupervisedLearning { }
Marker trait for semi-supervised learning algorithms
Algorithms implementing this trait can learn from both labeled and unlabeled data.