登录
首页 » Visual C++ » svm

svm

于 2008-12-27 发布 文件大小:1024KB
0 122
下载积分: 1 下载次数: 129

代码说明:

  svm算法源代码,对数据挖掘等都很有用的(SVM algorithm source code, for data mining is very useful)

文件列表:

svm算法源代码
.............\libsvm-2.32
.............\...........\htm" target=_blank>COPYRIGHT
.............\...........\htm" target=_blank>heart_scale
.............\...........\java
.............\...........\....\libsvm
.............\...........\....\......\svm.java
.............\...........\....\......\svm.m4
.............\...........\....\......\svm_model.java
.............\...........\....\......\svm_node.java
.............\...........\....\......\svm_parameter.java
.............\...........\....\......\svm_problem.java
.............\...........\....\......\WS_FTP.LOG
.............\...........\....\libsvm.jar
.............\...........\....\Makefile
.............\...........\....\svm_predict.java
.............\...........\....\svm_toy.java
.............\...........\....\svm_train.java
.............\...........\....\test_applet.html
.............\...........\....\WS_FTP.LOG
.............\...........\Makefile
.............\...........\htm" target=_blank>README
.............\...........\svm-predict.c
.............\...........\svm-scale.c
.............\...........\svm-toy
.............\...........\.......\gtk
.............\...........\.......\...\callbacks.cpp
.............\...........\.......\...\callbacks.h
.............\...........\.......\...\interface.c
.............\...........\.......\...\interface.h
.............\...........\.......\...\main.c
.............\...........\.......\...\Makefile
.............\...........\.......\...\svm-toy.glade
.............\...........\.......\...\WS_FTP.LOG
.............\...........\.......\qt
.............\...........\.......\..\Makefile
.............\...........\.......\..\svm-toy.cpp
.............\...........\.......\..\WS_FTP.LOG
.............\...........\.......\windows
.............\...........\.......\.......\svm-toy.cpp
.............\...........\.......\.......\svm-toy.dsp
.............\...........\.......\.......\svm-toy.dsw
.............\...........\.......\.......\svm-toy.ncb
.............\...........\.......\.......\svm-toy.opt
.............\...........\.......\.......\svm-toy.plg
.............\...........\.......\.......\WS_FTP.LOG
.............\...........\svm-train.c
.............\...........\svm.cpp
.............\...........\svm.h
.............\...........\SVM_Train
.............\...........\.........\svm-train.c
.............\...........\.........\svm.cpp
.............\...........\.........\svm.h
.............\...........\.........\SVM_Train.dsp
.............\...........\.........\SVM_Train.dsw
.............\...........\.........\SVM_Train.ncb
.............\...........\.........\SVM_Train.opt
.............\...........\.........\SVM_Train.plg
.............\...........\.........\WS_FTP.LOG
.............\...........\windows
.............\...........\.......\svmpredict.exe
.............\...........\.......\svmscale.exe
.............\...........\.......\svmtoy.exe
.............\...........\.......\svmtrain.exe
.............\...........\.......\WS_FTP.LOG
.............\...........\WS_FTP.LOG
.............\LIBSVM.files
.............\............\new.gif
.............\............\WS_FTP.LOG
.............\LIBSVM.htm
.............\Libsvm文献
.............\..........\e1071.pdf
.............\..........\e1071_1.2-1.tar.gz
.............\..........\libsvm.pdf
.............\..........\svmdoc.pdf
.............\..........\WS_FTP.LOG
.............\WS_FTP.LOG

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • circularestimator
    Circular estimator calcula los parámetros sigma y alpha de una ventana de estimación según el método Circular shifted neighbour method
    2016-09-14 10:20:19下载
    积分:1
  • unit-8
    谭浩强C程序设计第四版第8章习题答案,自己做出来的( C Programming Fourth Edition Chapter 8 Exercise answers, do it yourself)
    2013-07-31 22:16:17下载
    积分:1
  • esp8266
    ESP8266WiFi杀手固件 包括烧录软件(ESP8266 WiFi Killer Firmware in Chinese incloud IDE)
    2020-06-24 13:00:02下载
    积分:1
  • 83.-Penerimaan-Mahasiswa-Baru
    visual basic program penerimaan mahasiswa baru
    2012-07-10 23:49:02下载
    积分:1
  • jizuzuhe
    电力自动化专业领域的一个重要内容,机组组合算法。(power automation fields of expertise as an important, unit commitment algorithm.)
    2007-03-20 14:57:46下载
    积分:1
  • Wireless_Sensor_Networks_Signal_Processing_and_Com
    关于无线传感器网络的非常好的一本书!英文版的!(On wireless sensor networks a very good book! English!)
    2008-12-29 19:20:52下载
    积分:1
  • 9927444CCd_vc
    说明:  上位机ccd接收程序,很不错的,欢迎大家下载(visual)
    2020-11-13 23:59:43下载
    积分:1
  • DlgCustom
    基于VC的windows程序设计的贪吃蛇游戏编程(Based the VC windows program design Snake Game Programming)
    2012-11-19 15:00:10下载
    积分:1
  • Draw1
    Draws lines, polygons, rectangles. The user selects color and drawing function through a menu bar and clicks different points to draw the object.
    2010-03-15 11:31:42下载
    积分:1
  • 最佳适应算法 信安 陆华锋 20022638
    最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。(best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.)
    2005-07-04 08:18:40下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载