bsvm-2.06

所属分类:Java编程
开发工具:Java
文件大小:344KB
下载次数:125
上传日期:2007-10-10 22:26:41
上 传 者fenxusummerwind
说明:  svm的实现源码,java版,和libsvm是同一系列
(SVM realize the source, java version, and the same series libsvm)

文件列表:
bsvm-2.06 (0, 2006-08-10)
bsvm-2.06\bsvm.cpp (68178, 2006-08-06)
bsvm-2.06\dtron (0, 2006-06-26)
bsvm-2.06\dtron\dbreakpt.c (2169, 2006-06-26)
bsvm-2.06\dtron\dcauchy.c (4777, 2006-06-26)
bsvm-2.06\dtron\dgpnrm.c (1146, 2006-06-26)
bsvm-2.06\dtron\dgpstep.c (1513, 2006-06-26)
bsvm-2.06\dtron\dprecond.c (973, 2006-06-26)
bsvm-2.06\dtron\dprsrch.c (4295, 2006-06-26)
bsvm-2.06\dtron\dspcg.c (7210, 2006-06-26)
bsvm-2.06\dtron\dtron.c (7633, 2006-06-26)
bsvm-2.06\dtron\dtrpcg.c (6573, 2006-06-26)
bsvm-2.06\dtron\dtrqsol.c (1703, 2006-06-26)
bsvm-2.06\dtron\Makefile (361, 2006-06-26)
bsvm-2.06\dtron\misc.c (363, 2006-06-26)
bsvm-2.06\f2c (0, 2006-08-06)
bsvm-2.06\f2c\blas.h (702, 2006-08-06)
bsvm-2.06\f2c\blasp.h (16491, 2006-08-06)
bsvm-2.06\f2c\dasum.c (1081, 2006-08-06)
bsvm-2.06\f2c\daxpy.c (1201, 2006-08-06)
bsvm-2.06\f2c\dcopy.c (928, 2006-08-06)
bsvm-2.06\f2c\ddot.c (1203, 2006-08-06)
bsvm-2.06\f2c\dgemv.c (7234, 2006-08-06)
bsvm-2.06\f2c\dnrm2.c (1302, 2006-08-06)
bsvm-2.06\f2c\dpotf2.c (5964, 2006-06-26)
bsvm-2.06\f2c\dscal.c (1031, 2006-08-06)
bsvm-2.06\f2c\dsymv.c (7351, 2006-08-06)
bsvm-2.06\f2c\dtrsv.c (8407, 2006-08-06)
bsvm-2.06\f2c\f2c.h (10718, 2006-08-06)
bsvm-2.06\f2c\lsame.c (2732, 2006-06-26)
bsvm-2.06\f2c\Makefile (363, 2006-06-26)
bsvm-2.06\f2c\xerbla.c (1166, 2006-08-06)
bsvm-2.06\Makefile (791, 2006-06-26)
bsvm-2.06\python (0, 2006-06-26)
bsvm-2.06\python\easy.py (1357, 2006-06-26)
bsvm-2.06\python\grid.py (10612, 2006-06-26)
bsvm-2.06\solvebqp.c (1512, 2006-06-26)
bsvm-2.06\svm-predict.c (2612, 2006-06-26)
... ...

BSVM: ***************************************************************** COPYRIGHT NOTIFICATION BSVM can be freely used for research purpose. Use for commercial purposes is expressly prohibited without contacting the authors. BSVM is provided "as is" without express or implied warranty. Chih-Wei Hsu and Chih-Jen Lin Department of Computer Science and Information Engineering National Taiwan University Taipei 106, Taiwan e-mail: cjlin@csie.ntu.edu.tw ***************************************************************** INSTRUCTIONS 1. Create the bsvm directory structure with unzip bsvm.zip This produces the directory bsvm and several subdirectories. 2. On Unix systems, type `make' to build the `bsvm-train' and `bsvm-predict' programs. On other systems, consult `Makefile' to build them or use the pre-built binaries (Windows binaries are in the subdirectory `Windows'). 3. Find options of bsvm bsvm-train 4. Run the sample problems by executing bsvm. A model file is generated bsvm-train -t 2 -c 1000 vehicle.scale vehicle_model 5. Test the classifier bsvm-predict vehicle.scale vehicle_model classified_result test data: vehicle.scale (a 4-class classification problem) support vectors: vehicle_model classified_result: results after classification ***************************************************************** FILE FORMATS and PARAMETERS The format of training and testing data file is:

近期下载者

相关文件


收藏者