搜索资源列表
SVM
- 这是SVM文本分类程序源码,既有java版本,也有C++版本。 -This is a SVM text classification program source code, both java versions, there are C++ version.
svm-EM
- SVM(支持向量机)和EM(最大熵)文本分类算法,压缩包中包括了测试文本(环境类和计算机类),词典,停用词表等。-SVM (support vector machine) and EM (maximum entropy) text classification algorithm, compressed package includes test text (environmental and computer), dictionary, thesaurus, such as disabled.
SVM.RAR
- 基于SVM算法的文本分类,用JAVA实现。-SVM-based text classification algorithm, using JAVA implementation.
svm-java
- JAVA版本的支持向量机(SVM)处理器。可配置参数。-JAVA version of the Support Vector Machine (SVM) processors. Configurable parameters.
svm
- 支持向量机算法java编程,主要用于识别-Support Vector Machine java programming, mainly used for identification
GOFuzzyv1.0
- 数据挖掘,多种聚类算法.FCM, HCM, SVM, 等各种柔性聚类方法。-Data mining, a variety of clustering algorithms. FCM, HCM, SVM, such as flexible clustering method.
facedetectionsvmeigenface
- SVM that uses eigen faces for face recognition
Test Class By SVM
- 支持向量机实现的文本分类程序,过程如下,首先使用分词工具分词,这里使用的是计算所的分词工具,从而保证分词是最优秀的,接下来使用国际效率最高的文本IFIDF向量生成工具生成文本相量,最后使用台湾林智恒的效率最高的SVM实现软件包libsvm实现训练和分类,可以这么说,该文本分类是同类中效率最高最准确的-text classfication source code use 3 technology.words sementation,vector gerneration,and libsvm too
JavaSVM
- SVM分类算法,能进行高维扩展,非线性化为线性-the kenel fuction of SVM
svm
- LIBSVM支持向量机程序JAVA版源代码-failed to translate
svm
- SVM代码,适用于文本分类,为学习SVM的朋友提供一个参考,共同学习。-SVM code for text classification, the study provides a reference SVM friends, learning together. 提供更好的翻译建议
TFIDF
- 用于计算文档向量的TFIDF权值,代码使用Java语言写的-Used to calculate the document vector of TFIDF weight, code written using the Java language
SVM
- 该算法为SVM算法的一个简单实现,该算法对于人机交互领域的研究具有很重要的作用。-The algorithm for the SVM algorithm is a simple implementation of the algorithm for human-computer interaction research in the field have a very important role.
SVM-hssvm1.0.1
- HSSVM是一个用超球SVM(Hyper-Sphere Support Vector Machines)模型求解多分类问题的工具包,采用Java语言实现。开发该程序的主要目的,是利用超球SVM求解模型代替传统上借助于解二分类问题的经典SVM模型来求解多分类问题。本文将论述该程序的主要实现细节,包括相关算法及设计原理的描述。-HSSVM is an ultra ball SVM (Hyper-Sphere Support Vector Machines) to solve multi-classi
SAXDemo
- SVM文本分类实验平台 对文本分类的最好例子-SVM text classification experiment platform for the best example of text classification
SVM-algorithm-and-code
- SVM算法及代码,对新手有用,学习理解支持向量-SVM algorithm and code, useful for the novice, understanding and support vector learning
SVM
- 朴素贝叶斯 和 svm实现,其中采用svmlib的java实现-bayes java
SVM(SMO)分类器
- JAVA语言编写的SVM分类器,附带源代码,可直接运行
java-svm-inputoutputmodel
- java编程中,对于支持向量机的的模型的输出及调用-Java svm input output model
JSvmLib
- 用java实现的svm用来理解svm非常不错(this is svm source use java)