CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - k means
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - k means - List
[
Data structs
]
k均值聚类算法分析
DL : 0
k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
Date
: 2010-07-01
Size
: 30.28kb
User
:
chu na
[
Data structs
]
Rplus.tar
DL : 0
R+树的c实现源码,对应文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.-R tree c achieve source code, corresponding article T. K. Sellis, N. Roussopoulos, C. Faloutsos : The R-Tree : A Dynamic Index for Multi-Dimensional Objects .
Date
: 2025-12-31
Size
: 90kb
User
:
文
[
Data structs
]
clustering
DL : 0
1. 分层次聚类法(最短距离法) 2. 最简单的聚类方法 3. 最大距离样本 4. K 平均聚类法(距离平方和最小聚类法) -1. Hierarchical clustering method (the shortest distance method) 2. The simplest clustering method 3. The maximum distance the sample 4. K average clustering method (distance from the square and the smallest clustering method)
Date
: 2025-12-31
Size
: 46kb
User
:
math
[
Data structs
]
stones6ok
DL : 0
Problem F:汽车加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 Accepted:404 Language: not limited Description 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。 编程任务: 对于给定的n和k(k <= 10000)个加油站位置,编程计算最少加油次数。 Input 第一行有2 个正整数n和k,表示汽车加满油后可行驶n公里,且旅途中有k个加油站。接下来的1 行中,有k+1 个整数,表示第k个加油站与第 k-1 个加油站之间的距离。第0 个加油站表示出发地,汽车已加满油。第k+1 个加油站表示目的地。 Output 输出最少加油次数。如果无法到达目的地,则输出”No Solution”。 Sample Input 7 7 1 2 3 4 5 1 6 6 Sample Output 4 -err
Date
: 2025-12-31
Size
: 1kb
User
:
rbscau
[
Data structs
]
UpperNum
DL : 0
给定一个数组A,里面只出现0-9这10个数字,但不一定全部出现,然后给定一个K的值,求A中大于K的整数当中最小的一个,并输出。例如A={0,1}, k =12,则结果为100. vc++ 2005环境-Given an array A, which only the 10 digits 0-9, but not necessarily all appear, and then given a value of K, and K is greater than A, the smallest integer among a and output. For example, A = (0,1), k = 12, while the results for the 100. Vc++ 2005 Environment
Date
: 2025-12-31
Size
: 4kb
User
:
inspire
[
Data structs
]
k_mean
DL : 0
K_mean K均值算法 C语言-K_mean K means algorithm C language
Date
: 2025-12-31
Size
: 1kb
User
:
lucia
[
Data structs
]
K-mean
DL : 0
K平均聚类法,比较好用,又需要的赶紧下吧-K-clustering method to compare easy to use, but also hastened to the needs of the next bar
Date
: 2025-12-31
Size
: 77kb
User
:
张明
[
Data structs
]
k
DL : 0
k均值聚类算法源码,比较经典,无解压密码-k means clustering algorithm source code, more classic, without extracting passwords
Date
: 2025-12-31
Size
: 2kb
User
:
黄永
[
Data structs
]
CPPK-means
DL : 0
K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class, and then follow the center of gravity of the cluster vector and the class re-classification, repeating until the classification of stable or center of gravity and stability.
Date
: 2025-12-31
Size
: 3kb
User
:
zdl
[
Data structs
]
Kjunzhi
DL : 0
VC实现K均值算法,达到对图像进行非监督分类的目的-VC to achieve K-means algorithm to the image the purpose of unsupervised classification
Date
: 2025-12-31
Size
: 1kb
User
:
gong ke
[
Data structs
]
k_junzhi
DL : 0
K均值算法,这个算法适用于类别数为三的聚类算法-K-means algorithm, this algorithm is applied to the number of categories for the three clustering algorithms
Date
: 2025-12-31
Size
: 1kb
User
:
潘柔
[
Data structs
]
K-means
DL : 0
数据挖掘中得k-均值算法的c++实现,可以使你对数据挖掘算法有个初步的了解。-k-means algorithm in data mining is achieved with c++ . Allows you to have a preliminary understanding of the data mining algorithms.
Date
: 2025-12-31
Size
: 3kb
User
:
常金铭
[
Data structs
]
K-means
DL : 0
K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。这是一本介绍K-means算法的英文书籍 -K-means algorithm is very typical distance-based clustering algorithm, using distance as the similarity evaluation, that the closer the two objects, the greater the similarity. This is an English book introduces K-means algorithm
Date
: 2025-12-31
Size
: 761kb
User
:
[
Data structs
]
k-means.zip
DL : 0
K值聚类算法的c语言源程序,很容易理解,有待进一步改进,The K value clustering algorithm c language source code, it is easy to understand, needs to be further improved
Date
: 2025-12-31
Size
: 690kb
User
:
时丹
[
Data structs
]
K-Means
DL : 0
给定数据文件,实现k-means算法聚类。-A given data file,get the k-means algorithm clustering.
Date
: 2025-12-31
Size
: 1.08mb
User
:
王亚如
[
Data structs
]
K-MEANS
DL : 0
k-means算法 网上681武将的聚类算法代码 非mapreduce实现 -k-means algorithm
Date
: 2025-12-31
Size
: 23kb
User
:
李剑鹏
[
Data structs
]
k-juleijunzhisuanfa
DL : 0
数据挖掘k-均值聚类算法 VC6.0测试通过-Data mining k-means clustering algorithm VC6.0 test
Date
: 2025-12-31
Size
: 209kb
User
:
郭郭
[
Data structs
]
CPPk-means
DL : 0
K-MEANS算法实例,可以用于数据聚类分析,现成的源代码-K-MEANS algorithm instance, can be used for data clustering analysis, existing source code
Date
: 2025-12-31
Size
: 30kb
User
:
lujun
[
Data structs
]
k-means
DL : 0
k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the similarity between classes Min.
Date
: 2025-12-31
Size
: 2kb
User
:
球
[
Data structs
]
k-means-2d-rand-point
DL : 0
K_means经典聚类算法,用点阵可视化 通过产生随机点,不断更改中心点实现聚类-K Means classic clustering algorithm, with lattice visualization By generating random points, and constantly change the center point to achieve clustering
Date
: 2025-12-31
Size
: 27kb
User
:
吕重辛
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.