K-means algoritnm implemented with java
資源簡介:K-means algoritnm implemented with java
上傳時間: 2013-12-28
上傳用戶:xuanchangri
資源簡介:K-means聚類算法的java代碼實現,良好的代碼風格,適合擴充
上傳時間: 2014-01-24
上傳用戶:alan-ee
資源簡介:數據挖掘算法。K-means聚類數據挖掘算法。該算法是用Java語言編寫的。
上傳時間: 2016-04-22
上傳用戶:lunshaomo
資源簡介:一個用java實現的K-means的簡單算法
上傳時間: 2014-08-28
上傳用戶:13188549192
資源簡介:K-means聚類算法的java實現描述!有詳盡的說明,對初學者非常有用!
上傳時間: 2013-12-24
上傳用戶:love_stanford
資源簡介:用JAVA語言實現的經典聚類算法K-means,聚類與分類不同,它是無監督的過程,
上傳時間: 2013-12-22
上傳用戶:小鵬
資源簡介:用java實現的k means算法,搞過數據挖掘的人應該都知道的~
上傳時間: 2017-04-06
上傳用戶:zhouli
資源簡介:it is java code for k means clustering algorithm
上傳時間: 2017-05-22
上傳用戶:趙云興
資源簡介:The mathematic method K-means with delphi, a smaal essay, with graphic representation....
上傳時間: 2017-06-19
上傳用戶:來茴
資源簡介:a matlab program that deals with K-means algorithm to cluster the data points and build codebook.
上傳時間: 2014-12-02
上傳用戶:q123321
資源簡介:K-means是一種經典的聚類算法,這是用java實現K-means的源碼,其中包括了測試數據文件
上傳時間: 2014-01-11
上傳用戶:lizhizheng88
資源簡介:基本的K-means聚類算法c++實現,對于理解算法的過程非常有幫助。 Basic implementation of K-means algorithm with c++, it is very helpful to understand the procedure of K-means algorithm.
上傳時間: 2013-12-01
上傳用戶:wangchong
資源簡介:高效的K-means算法實現,使用了k-d樹與局部搜索等提高K-means算法的執行效率,同時包含示例代碼,用c++代碼實現。 Effecient implementation of K-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples ar...
上傳時間: 2016-03-28
上傳用戶:yulg
資源簡介:KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row correspond...
上傳時間: 2014-01-07
上傳用戶:zhouli
資源簡介:Hadoop下的K-means的Java實現,使用eclipse。
上傳時間: 2017-05-12
上傳用戶:18335103184
資源簡介:K-means算法是最古老也是應用最廣泛的聚類算法,它使用質心定義原型,質心是一組點的均值,通常該算法用于n維連續空間中的對象。 K-means算法流程 step1:選擇K個點作為初始質心 step2:repeat ? ? ? ? ? ? ? ?將每個點指派到最近的...
上傳時間: 2018-11-27
上傳用戶:1159474180
資源簡介:·用VC編寫的基于K-means的車牌識別程序
上傳時間: 2013-08-06
上傳用戶:liuchee
資源簡介:Prentice Hall - Multithreaded Programming with JAVA Technology
上傳時間: 2014-08-01
上傳用戶:xmsmh
資源簡介:objects first with java: a practical introduction using bluej 英國愛丁堡大學java教程源代碼
上傳時間: 2015-02-03
上傳用戶:ggwz258
資源簡介:This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers ...
上傳時間: 2014-01-27
上傳用戶:maizezhen
資源簡介:數據挖掘中K-means聚類算法的實現源代碼
上傳時間: 2013-12-21
上傳用戶:as275944189
資源簡介:動態聚類K-means演算 將輸入在程式中的數據資料 給予適當的分群
上傳時間: 2015-03-16
上傳用戶:離殤
資源簡介:系統聚類算法K-means 屬于聚類分析中一種基本的劃分方法,常采用誤差平方和準則函數作為聚類準則,該算法在處理大數據集時是相對可伸縮且高效率的,同時具有潛在的數據并行性。但是這種算法依賴于初始值的選擇以及數據的輸入順序;此外,當運用誤差平方和準則...
上傳時間: 2015-03-25
上傳用戶:zhuoying119
資源簡介:K-means算法(matlab編寫),其中包含測試數據集,可以使用.
上傳時間: 2014-01-12
上傳用戶:ddddddos
資源簡介:《Developing Applications with Java and UML》一書的源代碼。
上傳時間: 2014-01-19
上傳用戶:515414293
資源簡介:Scalable K-means software and test datasets This package (a Unix tar file, gzipped) contains the source code for the software that was used to run the experiments for the article
上傳時間: 2015-04-05
上傳用戶:康郎
資源簡介:這次上傳的代碼是關于K-means clusters的代碼,希望能對大家有用。
上傳時間: 2013-12-15
上傳用戶:lindor
資源簡介:分類聚合算法K-means的實現,用matlab
上傳時間: 2015-04-18
上傳用戶:225588
資源簡介:K-means分群法,繁體中文版。以javascript寫成,網頁上即可執行。自動產出結果。
上傳時間: 2015-04-25
上傳用戶:希醬大魔王
資源簡介:K-means一個用C++實現的聚類算法
上傳時間: 2015-04-26
上傳用戶:talenthn