Standardization - kshitij21/data-preprocessing GitHub Wiki

Standardization

Function Name :stndize Details :stndize('file path',list of columns) Transforms originalvalue into its respective "Z" value return Returns standardized column

Example

INPUT : stndize('/home/kshitij/rstudio-0.98.1103/bin/iris.csv',['Sepal.Length']) OUTPUT : standardize column

Sepal.Length

0 -0.897674 1 -1.139200 2 -1.380727 3 -1.501490 4 -1.018437 5 -0.535384