Skip to main content

SupervisedLearning

Trait SupervisedLearning 

Source
pub trait SupervisedLearning { }
Expand description

Marker trait for supervised learning algorithms

Algorithms implementing this trait learn from input-output pairs and can make predictions on new data.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§