minMaxNormalize: A function that normalizes continous features to have values...

View source: R/FeatureEngineering.R

minMaxNormalizeR 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


OHDSI/PatientLevelPrediction documentation built on Feb. 14, 2025, 9:44 a.m.