-
-
-
-
-
TomoEye.zip
... them to grayscale images. Then, it extracts pre-defined feature vectors from the images and sends them to Support Vector Machine (SVM) to get the classification. Using the result, our program will be able to control the mouse cursor in real-time.
-
-
Weka-3-2.rar
... directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.
一个 ...
-
-
CART_iris.rar
matlab数据挖掘算法。实用cart决策树进行分类,可识别多类。decision tree algorithm, classification.
-
classification_error.rar
Find a classification error for a given decision surface D and a given set of patterns and targets
-
svcm_run.rar
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension ...
-