搜索资源列表
JAVA实现文本聚类,用到TF/IDF权重
- JAVA实现文本聚类,用到TF/IDF权重,用余弦夹角计算文本相似度,用k-means进行数据聚类等数学和统计 知识。,JAVA realization of text clustering, using TF/IDF weight, calculated using cosine angle between the text of similarity, using k-means clustering for data such as mathematical and statistical
NaiveBayes.java.tar.gz 基于weka的分类算法
- 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
jep-3.1.0-trial
- 这个是一个计算表达式的java包,你可以对你的数学表达式进行计算-This is a calculated expression of the java package, you can for you to calculate the mathematical expression
SimpMethodProj
- [数学问题]用分支定界发解线性混合整数规划问题,JavaSE swing 界面。-[Mathematical problem] Used branch and bound solution fat LMIP problem, JavaSE swing GUI.
ChePaiShiBieByJava
- 这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。-Very Very Good!
chap2
- Java计算器源码 简单的JAVA计算器,简单进行数学运算,用到AWT,swing界面类。这个计算器具有退格功能,就是输错了可以向前删除。 -Java codes for Calculator
JAVA_ComputingCalculus
- 此程序是用来计算高等数学里的微积分运算的,调用一些Math的方法-This procedure is used to calculate the advanced mathematics in the computing calculus, call some methods Math
JMathLib_0.9.0
- JAVA 数学程序库 提供常规的数值计算程序包-JAVA math library provided by the numerical calculation of conventional package
java
- 利用java程序来编写程序,解决数学里面求商的问题。-For business
BayesNet.java.tar
- 贝叶斯网络是一种概率网络,它是基于概率推理的图形化网络,而贝叶斯公式则是这个概率网络的基础。贝叶斯网络是基于概率推理的数学模型,所谓概率推理就是通过一些变量的信息来获取其他的概率信息的过程,基于概率推理的贝叶斯网络(Bayesian network)是为了解决不定性和不完整性问题而提出的,它对于解决复杂设备不确定性和关联性引起的故障有很的优势,在多个领域中获得广泛应用。本算法用于weka算法包的拓展。-Bayesian network is a probabilistic network, wh
dp
- java 课程设计画板,根据提供的数学函数画出曲线,同时画出多条曲线-Sketchpad java curriculum design, in accordance with the provision of mathematical functions to draw the curve, at the same time to draw a number of curves
Cacl
- 简单的JAVA计算器,简单进行数学运算,用到AWT,swing界面类。这个计算器具有退格功能,就是输错了可以向前删除。-Simple JAVA calculator, a simple mathematical calculations, use AWT, swing interface class. The calculator has a backspace function, namely, the wrong that can be removed ahead.
sxfx
- 该网站是描述数学分析的网站,可以学习数学分析知识-The site is to describe the mathematical analysis of the website, you can learn from the knowledge of mathematical analysis
Test
- 小学数学测试程序,随即逐个生成20题计算题,没当用户大国一题后出现第二道题目, 小弟才疏学浅,各位大哥大姐见谅哈-Primary Mathematics test program, then generate the 20 questions one by one calculation problems, no problems when the user powers after a second subject, brother Caishuxueqian, Ladies and Bi
javacalculus
- java的数学函数包,fft之类的都有,可以省不少事-java package of mathematical functions, fft of the class have, you can save a lot of things
java
- 功能要求: 1) 输入十个同学的学号,姓名,四科成绩(应用数学、大学英语、Java程序设计、计算机应用基础) 2) 计算出平均成绩。以平均成绩降序输出成绩表。 3) 输出全组各科平均分,最高分和最低分。 4) 输入姓名查询成绩 界面要示:用图形界面实现。 -Functional requirements: 1) input ten students of student id, name, four families score (applied mathe
Random6Str
- 这个程序模拟实现了:1网页中生成六个字母的Java小程序,使用到了Random()函数 2:基本类型与String类型的链接 3:常用的数学函数-The code will generate six letters with random(). Another explain the basic types and the String. The last gives us examples of some math functions.
java-GATesting-
- 纯java编写的遗传算法程序,这是很不错的程序,提供了使用遗传算法的灵活性,可用于数学优化等很多领域。-Genetic algorithm written in pure java program, which is very good program, providing the flexibility of using genetic algorithms can be used in many areas of mathematical optimization.
eclipse-java-workspace
- 包含了Java常用的算法,数据结构,基础数学,经典例题等(Contains the Java commonly used algorithms, data structures, basic mathematics, classic examples, etc.)
[Java经典编程300例
- 编程资料:java经典编程300例:本书以基础知识结构为框架, 给出了每部分知识中可能遇到的疑难问题或者是开发技巧。 本书共 17 章, 主要包括 Java 语言概述、 Eclipse 开发工具、 Java 语言基础、 流程控制、 数组及其常用操作、 面向对象入门、 面向对象进阶、 字符串与包装类、 Java 集合类框架、 常用数学工 具类、错误处理、 输入/输出、枚举类型与泛型、 Swing 入门、多线程、 网络通信和数据库操作。(Programming information: Java c