PEC-CSS / slowmokit

Library which can be used for machine learning in C++.
https://pec-css.github.io/slowmokit/
GNU General Public License v2.0
17 stars 16 forks source link

Implementation of normalization #63

Closed YashitaBansal closed 1 year ago

YashitaBansal commented 1 year ago

Input: std::vector<double> values={1,2,3,4,5};

Output: [0,0.25,0.5,0.75,1]