normalize_mldata {utiml} | R Documentation |
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
norm.toy <- normalize_mldata(toyml)
[Package utiml version 0.1.7 Index]