File: index.txt

package info (click to toggle)
mlpy 3.5.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,124 kB
  • sloc: ansic: 8,656; cpp: 7,331; python: 2,604; makefile: 156
file content (58 lines) | stat: -rw-r--r-- 947 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.. mlpy documentation master file, created by
   sphinx-quickstart on Thu Jul 14 17:00:14 2011.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. py:module:: mlpy

Welcome to mlpy's documentation!
================================

:Release: |version|
:Date: |today|
:Homepage: http://mlpy.sourceforge.net

Machine Learning PYthon (mlpy) is a high-performance Python
library for predictive modeling.

This reference manual details functions, modules, and objects
included in mlpy.



.. toctree::
   :maxdepth: 2

   install
   intro
   tutorial
   lin_regr
   lin_class
   kernel
   nonlin_regr
   nonlin_class
   svm
   liblinear
   cluster
   weighting
   selection
   dim_red
   crossval
   metrics
   stats
   canberra
   borda
   findpeaks
   dtw
   lcs
   wavelet
   scaling


Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`