Regression

Trait Regression 

Source
pub trait Regression: SupervisedLearning { }
Expand description

Marker trait for regression algorithms

Regression algorithms predict continuous numerical values.

Implementorsยง