Skip to main content

ScaleSensitive

Trait ScaleSensitive 

Source
pub trait ScaleSensitive { }
Expand description

Marker trait for models that require feature scaling

These models are sensitive to the scale of input features.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§