pub trait IntoNormalizer<N>where
N: Num,{
// Required method
fn into_normalized(self) -> N;
}Expand description
数値をMAX - min もしくは0.0 - 1.0に正規化するためのトレイト
Required Methods§
Sourcefn into_normalized(self) -> N
fn into_normalized(self) -> N
MAX - 0 もしくは0.0 - 1.0の範囲で変換