CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - weka java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - weka java - List
[
JSP/Java
]
ID3
DL : 0
ID3算法的JAVA实现,在WEKA平台上实现的-ID3 algorithm JAVA realize, in the WEKA platform realize the
Date
: 2026-01-01
Size
: 5kb
User
:
longhaoqiu
[
JSP/Java
]
KNN
DL : 0
KNN算法用JAVA实现,在WEKA平台上实现-KNN algorithm using JAVA realize, in the WEKA platform realize
Date
: 2026-01-01
Size
: 5kb
User
:
longhaoqiu
[
JSP/Java
]
200752417231298575
DL : 0
数据挖掘算法,可以应用于weka等数据挖掘工具-Data mining algorithms can be applied to data mining tools, such as weka
Date
: 2026-01-01
Size
: 607kb
User
:
wzl
[
JSP/Java
]
EclipseWEKA
DL : 0
WEKA开放环境的建立,使用eclipse配置weka-WEKA establishment of an open environment, the use of eclipse configuration weka
Date
: 2026-01-01
Size
: 194kb
User
:
lyh
[
JSP/Java
]
weka-src
DL : 0
Java 编写的多种数据挖掘算法 包括聚类、分类、预处理等-Java to prepare a variety of data mining algorithms, including clustering, classification, preprocessing, etc.
Date
: 2026-01-01
Size
: 3.78mb
User
:
闫珍
[
JSP/Java
]
weka-3-6-0jre
DL : 0
Data Mining Software in Java
Date
: 2026-01-01
Size
: 33.58mb
User
:
arra
[
JSP/Java
]
alphaminer
DL : 0
数据挖掘平台,界面和友好,使用很方便,和weka类似-Data mining platform, and friendly interface, very easy to use, and similar weka
Date
: 2026-01-01
Size
: 575kb
User
:
王明
[
JSP/Java
]
J48
DL : 0
数据挖掘分类算法:J48源代码,采用JAVA语言编程实现-Data mining classification algorithms: J48 source code, the use of JAVA programming language
Date
: 2026-01-01
Size
: 5kb
User
:
liuchunju
[
JSP/Java
]
perceptron
DL : 0
id3 en java con weka
Date
: 2026-01-01
Size
: 18kb
User
:
hotsocrates
[
JSP/Java
]
EM.java.tar
DL : 1
EM 算法是 Dempster,Laind,Rubin 于 1977 年提出的求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行 MLE 估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据,截尾数据,带有讨厌数据等所谓的不完全数据(incomplete data)。需要weka的算法包支持。-EM algorithm is Dempster, Laind, Rubin in 1977 for the parameters proposed by maximum likelihood estimation of a method, it can focus from non-complete data MLE of the parameters estimated, is a very simple and practical learning algorithm. This method can be widely applied to deal with defect data, censored data, with data such as the so-called hate incomplete data (incomplete data).
Date
: 2026-01-01
Size
: 9kb
User
:
zhangrui
[
JSP/Java
]
MakeDensityBasedClusterer.java.tar
DL : 0
基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergence, first initialize a sub-population of the overall population, then the overall population in the iterative search, and clustering of the individuals, when the clustering of individual cluster achieve the required minimum number of the scale of the formation of a subset of the population, and then in the sub-populations in the iterative search and re-clustering to improve the evolutionary process of population diversity, enhancement algorithm' s ability to jump out of local optimum.
Date
: 2026-01-01
Size
: 5kb
User
:
zhangrui
[
JSP/Java
]
RandomizableClusterer.java.tar
DL : 0
该算法是对weka算法包功能的拓展,是聚类算法中的随机聚类分析。需要weka算法包支持。-The algorithm is a function of the weka package expansion algorithm is stochastic clustering algorithm in cluster analysis. Package to support the needs of weka algorithm.
Date
: 2026-01-01
Size
: 2kb
User
:
zhangrui
[
JSP/Java
]
BayesNet.java.tar
DL : 0
贝叶斯网络是一种概率网络,它是基于概率推理的图形化网络,而贝叶斯公式则是这个概率网络的基础。贝叶斯网络是基于概率推理的数学模型,所谓概率推理就是通过一些变量的信息来获取其他的概率信息的过程,基于概率推理的贝叶斯网络(Bayesian network)是为了解决不定性和不完整性问题而提出的,它对于解决复杂设备不确定性和关联性引起的故障有很的优势,在多个领域中获得广泛应用。本算法用于weka算法包的拓展。-Bayesian network is a probabilistic network, which is based on graphical probability reasoning network, and Bayesian formula is the basis of the probability of the network. Bayesian network is based on the reasoning of the mathematical model of probability, the so-called probabilistic reasoning through a number of variables to obtain the probability of other information on the process of reasoning based on probabilistic Bayesian network (Bayesian network) is to address uncertainty and incomplete issues raised by it to address the complexity of equipment and the relevance of the uncertainty caused by the fault there are advantages in a number of broad areas of application. Weka algorithm of the algorithm for the expansion pack.
Date
: 2026-01-01
Size
: 8kb
User
:
zhangrui
[
JSP/Java
]
NaiveBayes.java.tar
DL : 0
基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。-Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical theory, has a solid mathematical basis, as well as the stability of the classification efficiency. At the same time, the algorithm estimates the parameters required for small, less sensitive to missing data, the algorithm is also relatively simple. In theory, when compared with other classification methods with the smallest margin of error.
Date
: 2026-01-01
Size
: 7kb
User
:
zhangrui
[
JSP/Java
]
weka
DL : 0
经典的数据挖掘算法的源代码,包括分类、聚类、关联规则等,非常有用。-Classical data mining algorithms of source code, including classification, clustering, association rules and so on, very useful.
Date
: 2026-01-01
Size
: 1.05mb
User
:
xq
[
JSP/Java
]
RoughSet
DL : 0
可嵌入weka 的粗糙集分类算法程序 -Can be embedded in the rough set classification algorithm weka program
Date
: 2026-01-01
Size
: 5kb
User
:
fish
[
JSP/Java
]
Weka
DL : 0
使用weka进行数据挖掘,用java调用weka代码进行-Data mining using weka, weka call using java code
Date
: 2026-01-01
Size
: 3.99mb
User
:
weiming
[
JSP/Java
]
weka-src
DL : 0
用于数据集的数据挖掘分析得出需要的结果和结果数据-Data sets for data mining analysis of the results obtained and the results of data needed
Date
: 2026-01-01
Size
: 4.56mb
User
:
zjjk
[
JSP/Java
]
weka-src
DL : 0
weka3.6源代码,java版本,每个算法都有详细的注释,适合初学者阅读-weka3.6 source code, java version, have detailed notes of each algorithm, suitable for beginners to read yo! ! !
Date
: 2026-01-01
Size
: 5.74mb
User
:
王逆天
[
JSP/Java
]
weka-3-7-5
DL : 0
weka 3.7.5 source code
Date
: 2026-01-01
Size
: 21.32mb
User
:
masterqkk
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.