Download List

프로젝트 설명

PCP (Pattern Classification Program) is a machine learning
program for supervised classification of
patterns. It runs in interactive and batch modes, and
implements the following machine learning algorithms and
methods: k-means clustering, Fisher's linear discriminant,
dimension reduction using Singular Value Decomposition,
Principal Component Analysis, feature subset selection,
Bayes error estimation, parametric classifiers (linear and
quadratic), pseudo-inverse linear discriminant, k-Nearest
Neighbor method, neural networks, Support Vector
Machine algorithm (SVM), model selection for SVM, cross-validation, and bagging
(committee)
classification.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-25 11:09
2.2

이 릴리스에는 선형 SVM 커널과 옵션을 SVD 훈련과 테스트 데이터 세트를 사용하여 변환 구축 (같은 단지 교육 자료) 반대로 모델의 선택을 지원합니다. P는 오류가 지금은 SVM 모델을 선정보고있습니다. 빌드 프로세스 간소화되었다.
Tags: Minor feature enhancements
This release supports model selection for the linear SVM kernel and an option to build SVD transforms using training and test datasets (as opposed to just training data). P-errors are now reported in SVM model selection. The build process was simplified.

2006-02-04 03:20
2.1

이 릴리스에는, 예측 MLP로 예측을위한 파일을 만듭니다 pcp.rcl MLP로 구현 모델을 선택, 케이 - NN 모델을 선택 구현 클래스 예측에 pcp.rcl (올바른 구분 플래그, TP, FN, FP 및 테네시 파일에 추가 정보를 가지고 깃발 두 가지를위한 클래스의 경우), 주요 메모리 앞으로 선택 알고리즘에서 그 단서를 불량 (전산)에 성능, NU에서 뉴에 대한 실현 가능한 지역과 SVM을 적용 처리 결함을 제거하고 10 십자가의 기본 수를 변경 검증 실험 1.
Tags: Major feature enhancements
This release creates the prediction file pcp.rcl for MLP prediction, implements MLP model selection, implements k-NN model selection, has additional information in the class prediction file pcp.rcl (correct classification flag, TP, FN, FP, and TN flags for two-class cases), removes a major memory handling defect in the forward selection algorithm that lead to poor (computational) performance, enforces the feasible region for nu in NU-SVM, and changes the default number of cross-validation experiments from 10 to 1.

2005-07-01 06:49
2.0

LIBSVM 버전 2.71로 업그레이 드했다. 피어슨 상관 관계가 기능을 선택 기준으로 추가되었습니다. 클러스터링을 제거했다. 거리 선택 메뉴가 제거되었습니다. 개별 수업 비용 C의 지원됩니다 SVM 학습. 포트란 코드를 제거했습니다. 서포트 벡터 머신 알고리즘에 대한 모델 선택 메뉴가 추가되었습니다. 앞으로 선택과 역방향 제거 기능 하위 집합을 선택 알고리즘이 추가되었습니다. 인터 - 내부 거리, 1 - NN 에러 비율과 베이즈 오류율 기능을 선택 기준으로 추가했다. 지금은 GNU autoconf를 PCP를 빌드하는 데 사용됩니다.
Tags: Major feature enhancements
LIBSVM was upgraded to version 2.71. Pearson
correlation was added as a feature selection
criterion. Clustering was removed. The distance
selection menu was removed. Individual class costs
are supported for C-SVM learning. FORTRAN code was
eliminated. A Model Selection menu for the Support
Vector Machine algorithm was added. Forward
selection and backward elimination feature subset
selection algorithms were added. Inter-intra
distance, 1-NN error rate, and Bayes error rate
were added as criteria for feature selection. GNU
autoconf is now used to build PCP.

2005-02-28 04:55
1.2

윈도우 환경에서 Cygwin에서 ()에서 포팅. 마이너 버그수정 및 업데이트 설명서.
Ported to Windows (under the Cygwin environment). Minor bugfixes and updated documentation.

2005-02-17 23:28
1.1

클러스터링에 대한 특성의 최대 개수는 1000로 증가되었습니다. 훈련 데이터 집합 (役) 클러스터링에서 데이터 집합을 테스트에 반대하는 데 사용됩니다. 클러스터링 요약 verbose 모드 구현되었습니다. 클러스터링의 결과를 절약 서식 버그가 수정되었습니다. '라는 이름의 행 (벡터)'및 '라는 이름의 열 (속성)'입력 데이터 형식을 지원하는 파일입니다. Golub (전체 / 급성 골수성 백혈병) 데이터 세트를 지금보다 유용한라는 행이 제공됩니다 / 컬럼 형식으로 임명했다.
Tags: Minor feature enhancements
The maximum number of attributes for clustering has been increased to 1000. The training data set is used (as opposed to test data set) in clustering. A verbose mode for the clustering summary has been implemented. A formatting bug in saving the results of clustering has been fixed. 'named rows (vectors)' and 'named columns (attributes)' input data file formats are supported. The Golub (ALL/AML) data set is now provided in the more useful named rows/named columns format.

Project Resources