1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Data Management
===============
Importing and exporting data
----------------------------
.. autofunction:: mlpy.data_fromfile
.. autofunction:: mlpy.data_fromfile_wl
.. autofunction:: mlpy.data_tofile
.. autofunction:: mlpy.data_tofile_wl
Normalization
-------------
.. autofunction:: mlpy.data_normalize
.. warning:: Deprecated in version 2.3
.. autofunction:: mlpy.data_standardize
.. warning:: Deprecated in version 2.3. Use mlpy.standardize and mlpy.standardize_from instead
.. autofunction:: mlpy.standardize
.. autofunction:: mlpy.center
.. autofunction:: mlpy.standardize_from
.. autofunction:: mlpy.center_from
|