libsvm-weights-2.9

所属分类:Windows编程
开发工具:Visual C++
文件大小:48KB
下载次数:33
上传日期:2010-01-14 10:47:31
上 传 者quarryhero
说明:  数据属性的权重分析. 用户可以给每个数据实例权重
(Weights for data instances Users can give a weight to each data instance.)

文件列表:
libsvm-weights-2.9 (0, 2009-12-24)
libsvm-weights-2.9\tools (0, 2009-12-24)
libsvm-weights-2.9\tools\easy.py (2627, 2009-05-14)
libsvm-weights-2.9\tools\grid.py (11400, 2009-11-20)
libsvm-weights-2.9\tools\subset.py (2987, 2009-05-14)
libsvm-weights-2.9\tools\checkdata.py (2368, 2009-05-14)
libsvm-weights-2.9\svm-train.c (8879, 2009-12-24)
libsvm-weights-2.9\svm.cpp (64301, 2009-12-24)
libsvm-weights-2.9\COPYRIGHT (1497, 2009-02-18)
libsvm-weights-2.9\Makefile.win (1304, 2008-12-03)
libsvm-weights-2.9\heart_scale (27670, 2003-07-12)
libsvm-weights-2.9\heart_scale.wgt (544, 2009-12-24)
libsvm-weights-2.9\svm-scale.c (7042, 2009-03-16)
libsvm-weights-2.9\svm.h (2295, 2009-12-24)
libsvm-weights-2.9\Makefile (497, 2009-07-01)
libsvm-weights-2.9\svm-predict.c (5285, 2009-03-18)

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm. Libsvm is available at http://www.csie.ntu.edu.tw/~cjlin/libsvm Please read the COPYRIGHT file before using libsvm. Table of Contents ================= - Quick Start - Installation and Data Format - `svm-train' Usage - `svm-predict' Usage - `svm-scale' Usage - Tips on Practical Use - Examples - Precomputed Kernels - Library Usage - Java Version - Building Windows Binaries - Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc. - Python Interface - Additional Information Quick Start =========== If you are new to SVM and if the data is not large, please go to `tools' directory and use easy.py after installation. It does everything automatic -- from data scaling to parameter selection. Usage: easy.py training_file [testing_file] More information about parameter selection can be found in `tools/README.' Installation and Data Format ============================ On Unix systems, type `make' to build the `svm-train' and `svm-predict' programs. Run them without arguments to show the usages of them. On other systems, consult `Makefile' to build them (e.g., see 'Building Windows binaries' in this file) or use the pre-built binaries (Windows binaries are in the directory `windows'). The format of training and testing data file is:

近期下载者

相关文件


收藏者