Metadata-Version: 1.1
Name: normalize-easy
Version: 0.0.1
Summary: This package implements normc() and normr() functions to     easily normalize columns and rows respectively.
Home-page: https://github.com/srambhatla/normalize_easy
Author: Sirisha Rambhatla
Author-email: rambh002@umn.edu
License: BSD
Description: ## normalize_easy Package
        
        This package implements normc() and normr() functions to easily normalize columns and rows respectively. 
        This package uses `sklearn.preprocessing.normalize` and forced the input array to have dtype as float. The input array has to be 2-D.
         
        ### Future Work
        * Implement doctests
        
        
        
        
        
        
        
Keywords: normr normc normalize rows columns math matrix linear algebra     MATLAB
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
