File: data.txt

package info (click to toggle)
mlpy 2.2.0~dfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 968 kB
  • ctags: 851
  • sloc: ansic: 6,056; python: 3,316; makefile: 101
file content (28 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (2)
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