Learn R Programming

utiml (version 0.1.7)

normalize_mldata: Normalize numerical attributes

Description

Normalize all numerical attributes to values between 0 and 1. The highest value is changed to 1 and the lowest value to 0.

Usage

normalize_mldata(mdata)

Arguments

mdata

The mldr dataset to be normalized.

Value

a new mldr object.

See Also

Other pre process: fill_sparse_mldata(), remove_attributes(), remove_labels(), remove_skewness_labels(), remove_unique_attributes(), remove_unlabeled_instances(), replace_nominal_attributes()

Examples

Run this code
# NOT RUN {
norm.toy <- normalize_mldata(toyml)
# }

Run the code above in your browser using DataLab