philsupertramp/game-math
|
This is the complete list of members for StandardScaler, including all inherited members.
fit(const Matrix< double > &X, const Matrix< double > &y) override | StandardScaler | inlinevirtual |
means | StandardScaler | |
predict(const Matrix< double > &in) override | Transformer | inlinevirtual |
StandardScaler(bool withMeans=true, bool withStd=true) | StandardScaler | inline |
std_deviations | StandardScaler | |
transform(const Matrix< double > &in) override | StandardScaler | inlinevirtual |
with_means | StandardScaler | private |
with_std | StandardScaler | private |