MCPcopy Index your code
hub / github.com/daniel-e/rustml / Scale

Interface Scale

src/features.rs:6–8  ·  view source on GitHub ↗

Trait to estimate the mean and the variance of a set of samples.

Source from the content-addressed store, hash-verified

4
5/// Trait to estimate the mean and the variance of a set of samples.
6pub trait Scale<T> {
7 fn scale(&self, nrm: Normalization) -> T;
8}
9
10impl Scale<Matrix<f32>> for Matrix<f32> {
11

Callers

nothing calls this directly

Implementers 1

features.rssrc/features.rs

Calls

no outgoing calls

Tested by

no test coverage detected