登录
首页 » Java » CLIQUE

CLIQUE

于 2017-11-30 发布 文件大小:15KB
0 213
下载积分: 1 下载次数: 5

代码说明:

  CLIQUE(Clustering In QUEst)是一种简单的基于网格的聚类方法,用于发现子空间中基于密度的簇。CLIQUE把每个维划分成不重叠的区间,从而把数据对象的整个嵌入空间划分成单元。它使用一个密度阈值识别稠密单元和稀疏单元。一个单元是稠密的,如果映射到它的对象数超过该密度阈值。(CLIQUE (Clustering In QUEst) is a simple grid based clustering method for the discovery of clusters based on density in subspace. CLIQUE divides each dimension into a non overlapping interval, dividing the entire embedded space of the data object into a unit. It uses a density threshold to identify dense and sparse units. A unit is dense, if the number of objects mapped to it is more than the density threshold.)

文件列表:

src
src\ClusterClique
src\ClusterClique\Cell.java, 1416, 2017-11-29
src\ClusterClique\CellCoordinator.java, 367, 2017-11-29
src\ClusterClique\Cluster.java, 810, 2017-11-29
src\ClusterClique\ClusterByClique.java, 10253, 2017-11-29
src\ClusterClique\ClusterConfig.java, 487, 2017-11-29
src\ClusterClique\ClusterCoordinator.java, 860, 2017-11-29
src\ClusterClique\Facet.java, 2240, 2017-11-29
src\ClusterClique\FacetSet.java, 322, 2017-11-29
src\ClusterClique\FieldSet.java, 3534, 2017-11-29
src\ClusterClique\MergeCellTask.java, 382, 2017-11-29
src\ClusterClique\PrepareCellTask.java, 376, 2017-11-29
src\KaggleTube
src\KaggleTube\DeviationCalculator.java, 6177, 2017-11-30
src\KaggleTube\FlatTableConvertor.java, 7242, 2017-11-30
src\KaggleTube\PriceDeviation.java, 313, 2017-11-30
src\KaggleTube\RowData.java, 917, 2017-11-30
src\KaggleTube\TrainingProcessor.java, 1788, 2017-11-30
src\KaggleTube\TubeAssemble.java, 818, 2017-11-30
src\KaggleTube\TubeConfig.java, 672, 2017-11-30
src\KaggleTube\UnitPrice.java, 54, 2017-11-30
src\Test
src\Test\TestMain.java, 393, 2017-11-30
src\Test\ThreadDemo.java, 1717, 2017-11-30

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

发表评论

0 个回复

  • StoryOf1001_JB
    一款运行于手机的Java游戏神灯传奇源代码,调试时最好在Eclipse下运行,需要相对应的手机类库,所有用到的图像资源已打包进源码包,欢迎学习JAVA游戏编程的朋友研究。(A Java mobile phone games running on the Magic Lamp legendary source code, debugging is best run in the Eclipse needs the corresponding phone library, all the images used in resources have been packaged into the source package, welcome to learn JAVA Game Programming friends study.)
    2009-10-12 16:02:39下载
    积分:1
  • xStream
    该文档中涵盖了xStream.jar和xStream.chm两个文件,xStream.jar是开发将如何将java对象与xml文件的相互转换所需要的第三方开发包,第二个文件xStream.chm是它的开发文档,开发人员可以查看该文档,来实现自己的功能。对于学习java的人来说这是一个不错的文件。 (The document covers the two files xStream.jar xStream.chm xStream.jar development java object with the xml file conversion needs third-party development package, the second file xStream.chm it development of documentation, developers can view the document, to achieve their function. This is a good document for people to learn java.)
    2013-05-13 19:55:37下载
    积分:1
  • testGps
    此段JAVA程序的功能是利用SOCKET编程实现两太计算机之间的通信(This JAVA program)
    2008-03-27 16:06:05下载
    积分:1
  • HaviBackgroundController
    Xlet will be visible on-screen, so we extend org.havi.ui.HComponent(NOT java.awt.Component). it also implements java.awt.KeyListener to receive keypresses an RCU
    2015-03-26 14:51:19下载
    积分:1
  • MyQTTS
    对科大讯飞语音合成服务Java接口的二次封装,可由程序的线程锁来控制几个线程同时f访问TTS。(For speech synthesis iFLYTEK service Java interface of the second package, the program can be thread-locking to control access to several threads simultaneously f TTS.)
    2020-10-17 17:07:28下载
    积分:1
  • onetoone
    用Hibernate 实现onetoone的例子(with Hibernate example onetoone)
    2007-04-14 16:36:16下载
    积分:1
  • aopalliance-1.0
    说明:  在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。AOP是OOP的延续,是软件开发中的一个热点,也是Spring框架中的一个重要内容,是函数式编程的一种衍生范型。利用AOP可以对业务逻辑的各个部分进行隔离,从而使得业务逻辑各部分之间的耦合度降低,提高程序的可重用性,同时提高了开发的效率(In the software industry, AOP is the abbreviation of Aspect Oriented Programming, which means: Face-Oriented Programming, a technology to achieve unified maintenance of program functions through pre-compiling and run-time dynamic proxy. AOP is the continuation of OOP, a hotspot in software development, an important content in Spring framework, and a derivative paradigm of functional programming. Using AOP can isolate all parts of business logic, which reduces the coupling between the parts of business logic, improves the reusability of programs, and improves the efficiency of development.)
    2020-06-23 01:20:02下载
    积分:1
  • ChinaMobile
    这是我在东方标准学习的时候做的一个项目,是中国移动的一个子管理任务模块,采用MVC模式设计,调试成功。(This is my standard in the east to learn to do when a project is a subset of China Mobile Management mission modules, the use of MVC design patterns, debugging success.)
    2008-08-21 09:03:02下载
    积分:1
  • spring-demo
    spring demo as spring boot
    2020-06-25 14:40:02下载
    积分:1
  • src
    基于网络编程,用Java写的服务器与客户端一对一聊天(Web-based programming, written in Java chat server and client one on one)
    2014-12-12 15:19:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载