Skip to main content

UnsupervisedLearning

Trait UnsupervisedLearning 

Source
pub trait UnsupervisedLearning { }
Expand description

Marker trait for unsupervised learning algorithms

Algorithms implementing this trait learn patterns from input data without explicit output targets.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§