Description Usage Arguments Value See Also Examples
Normalize all numerical attributes to values between 0 and 1. The highest value is changed to 1 and the lowest value to 0.
1 | normalize_mldata(mdata)
|
mdata |
The mldr dataset to be normalized. |
a new mldr object.
Other pre process:
fill_sparse_mldata()
,
remove_attributes()
,
remove_labels()
,
remove_skewness_labels()
,
remove_unique_attributes()
,
remove_unlabeled_instances()
,
replace_nominal_attributes()
1 | norm.toy <- normalize_mldata(toyml)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.