normalize_data: Normalize a set of numeric variables in a dataset between 0...

View source: R/graph_util.R

normalize_dataR Documentation

Normalize a set of numeric variables in a dataset between 0 and 1. Non-numeric data will be skipped

Description

Normalize a set of numeric variables in a dataset between 0 and 1. Non-numeric data will be skipped

Usage

normalize_data(data, columns)

Arguments

data

is data frame to be normalized

columns

is list of columns to be normalized

Value

normalized data frame


seekme94/influence.mining documentation built on Aug. 2, 2022, 10:19 p.m.