File: intro.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 (13 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. currentmodule:: mlpy

Introduction
============

Conventions
-----------

 * `x` is a matrix :math:`n \times p` which represents a set of
   :math:`n` samples in :math:`\Re^p`.
 * `y` is a vector :math:`n` which represents the target values 
   (integers in classification problems, floats in regression problems).