dmlfw (Daniyal Machine Learning Framework)
dmlfw_scale.h File Reference

Feature scaling operations and utilities. More...

#include <dmlfw_types.h>
#include <scaling/dmlfw_scale_double.h>
Include dependency graph for dmlfw_scale.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Feature scaling operations and utilities.

Author
Mohammed Daniyal
Version
1.0
Date
2025-09-26

This umbrella header consolidates scaling algorithms and utilities for double precision numerical data. Supported methods include Min-Max scaling and Z-Score normalization.

These scaling utilities are intended for preprocessing datasets to standardize features, facilitating machine learning model training and evaluation.

Author
Mohammed Daniyal
Date
2025-09-26

See also: