minMaxNormalize {PatientLevelPrediction} | R Documentation |
A function that normalizes continous features to have values between 0 and 1
Description
A function that normalizes continous features to have values between 0 and 1
Usage
minMaxNormalize(trainData, featureEngineeringSettings, done = FALSE)
Arguments
trainData |
The training data to be normalized |
featureEngineeringSettings |
The settings for the normalization |
done |
Whether the data has already been normalized (bool) |
Details
uses value - min / (max - min) to normalize the data
Value
The normalized data
[Package PatientLevelPrediction version 6.4.1 Index]