登录
首页 » Java » wheats-master

wheats-master

于 2017-10-20 发布 文件大小:16KB
0 167
下载积分: 1 下载次数: 3

代码说明:

  基于网格的聚类算法,经典的clique算法的java实现,(Grid-based clustering algorithm, the classic clique algorithm java implementation,)

文件列表:

wheats-master
wheats-master\.classpath
wheats-master\.gitignore
wheats-master\.project
wheats-master\.settings
wheats-master\.settings\org.eclipse.jdt.core.prefs
wheats-master\src
wheats-master\src\ClusterClique
wheats-master\src\ClusterClique\Cell.java
wheats-master\src\ClusterClique\CellCoordinator.java
wheats-master\src\ClusterClique\Cluster.java
wheats-master\src\ClusterClique\ClusterByClique.java
wheats-master\src\ClusterClique\ClusterConfig.java
wheats-master\src\ClusterClique\ClusterCoordinator.java
wheats-master\src\ClusterClique\Facet.java
wheats-master\src\ClusterClique\FacetSet.java
wheats-master\src\ClusterClique\FieldSet.java
wheats-master\src\ClusterClique\MergeCellTask.java
wheats-master\src\ClusterClique\PrepareCellTask.java
wheats-master\src\KaggleTube
wheats-master\src\KaggleTube\DeviationCalculator.java
wheats-master\src\KaggleTube\FlatTableConvertor.java
wheats-master\src\KaggleTube\PriceDeviation.java
wheats-master\src\KaggleTube\RowData.java
wheats-master\src\KaggleTube\TrainingProcessor.java
wheats-master\src\KaggleTube\TubeAssemble.java
wheats-master\src\KaggleTube\TubeConfig.java
wheats-master\src\KaggleTube\UnitPrice.java
wheats-master\src\Test
wheats-master\src\Test\TestMain.java
wheats-master\src\Test\ThreadDemo.java

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

发表评论

0 个回复

  • gear_dynamic_program
    matlab编写的二级齿轮动力学求解程序,考虑了时变刚度。(Matlab program for solving the dynamics of secondary gears takes into account the time-varying stiffness.)
    2021-01-27 11:48:35下载
    积分:1
  • phase3 PWM
    三相平衡电网条件下的三相PWM整流电路,双闭环控制,SVPWM控制。(Three phase PWM rectifier circuit under three phase balanced grid condition, double closed loop control and SVPWM control.)
    2020-07-15 16:38:50下载
    积分:1
  • 第五次作业
    数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理(Data filtering is to remove noise and a data processing technique of real data reduction, Kalman filter can from a series of measurement noise variance in measuring the condition of known data, state estimation of dynamic systems. Because it is convenient for computer programming, and can be collected on the spot data update and real-time processing)
    2018-01-01 10:49:25下载
    积分:1
  • JCvumat
    说明:  Johnson-cook_VUMAT_subroutine
    2020-08-24 17:28:16下载
    积分:1
  • 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作...
    平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。 -balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
    2022-03-05 06:54:53下载
    积分:1
  • K-means算法
    应用背景c++代码,基于k-means遗传算法的应用,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。关键技术K-Means的算法如下:随机在图中取K(这里K=2)个种子点。然后对图中的所有点求到这K个种子点的距离,假如点Pi离种子点Si最近,那么Pi属于Si点群。(上图中,我们可以看到A,B属于上面的种子点,C,D,E属于下面中部的种子点)接下来,我们要移动种子点到属于他的“点群”的中心。(见图上的第三步)然后重复第2)和第3)步,直到,种子点没有移动(我们可以看到图中的第四步上面的种子点聚合了A,B,C,下面的种子点聚合了D,E)。
    2022-08-15 16:57:53下载
    积分:1
  • Linux in the last century have many graphical user interface (GUI) So when you i...
    Linux在上个世纪就已经有了很多种图形用户界面(GUI),所以当你安装一个流行的Linux以后,上 手几乎和Windows同样轻松。不过我们还是会介绍一些shell命令并建议多使用shell。这样可以给以后阅 读编译脚本、自己建立交叉编译环境等工作带来便利。在图形用户界面打开shell 只需点击菜单中的终端 或者点击运行,输入一个shell的名称并回车,比如bash。-Linux in the last century have many graphical user interface (GUI) So when you install a popular Linux, the unfamiliar, and Windows almost equally relaxed. However, we will introduce some shell commands and recommended more use of the shell. This can give after reading the script compiler and create cross-compiler environment, facilitate the work. The graphical user interface shell opened by clicking the menu or click on the terminal operation, the importation of a shell and enter the name, such as bash.
    2022-11-08 05:00:03下载
    积分:1
  • PVblockcheck
    光伏PV曲线模型,太阳能电池建模matlab(PV model,using the MATLAB software to build the simulation of the output characteristic for the solar cell under different temperature and isolation.)
    2018-10-26 20:32:55下载
    积分:1
  • 这是我同学在IBM面试的一点资料,这里面包括笔试题目,面试题目,以及面试技巧。。 希望对想加入IBM蓝色之路的同仁有所帮助...
    这是我同学在IBM面试的一点资料,这里面包括笔试题目,面试题目,以及面试技巧。。 希望对想加入IBM蓝色之路的同仁有所帮助-This is my classmate in an interview that the information on IBM, which included a written examination subject, the interview subject, as well as interviewing techniques. . Want to want to join IBM Blue Tongren road help
    2022-03-22 00:43:25下载
    积分:1
  • 这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。...
    这是我的第一个小学期程序设计的程序,个人通信录,是在VC++环境下开发的,虽然比较简单,但是体现了VC的实用性和可视性。-This is my first one primary phase of the program design process, personal communication, for the VC environment is under development, Although it is quite simple, but reflects the VC practicality and visibility.
    2023-04-01 19:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载