Learn R Programming

PatientLevelPrediction (version 6.4.1)

minMaxNormalize: 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)

Value

The normalized data

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