Path to this page:
Subject: CVS commit: wip/pcp
From: Kamel Derouiche
Date: 2010-09-02 13:56:17
Message id: E1Or8PA-0001n3-Fb@sfp-cvsdas-2.v30.ch3.sourceforge.com
Log Message:
Import pcp-2.2 as wip/pcp.
PCP (Pattern Classification Program) is an open-source
machine learning program for supervised classification
of patterns (vectors of measurements).
PCP implements the following algorithms and methods:
* Fisher's linear discriminant
* dimensionality reduction using Singular Value Decomposition
* Principal Component Analysis
* feature subset selection
* Bayes error estimation
* parametric classifiers (linear and quadratic)
* least-squares (pseudo-inverse) linear discriminant
* k-Nearest Neighbor (k-NN)
* neural networks (Multi-Layer Perceptron (MLP))
* Support Vector Machine (SVM) algorithm
* SVM, MLP and k-NN model selection
* cross-validation
* bagging (committee) classification
Files: