CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - K mean
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - K mean - List
[
Other resource
]
k-mean
DL : 0
一种c语言算法 k-mean.c
Update
: 2008-10-13
Size
: 2.09kb
Publisher
:
yangmingze
[
Windows Develop
]
K-Mean聚类算法
DL : 1
本程序是基于vc++实现K-Mean聚类
Update
: 2010-03-04
Size
: 63.73kb
Publisher
:
qdhcuggis
[
Mathimatics-Numerical algorithms
]
k均值聚类算法源代码
DL : 0
K均值聚类算法源代码-K-means clustering algorithm source code
Update
: 2025-02-17
Size
: 29kb
Publisher
:
静子
[
GDI-Bitmap
]
k均值聚类算法
DL : 0
k均值算法的源代码-k means algorithm source code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
刘新华
[
AI-NN-PR
]
K均值算法
DL : 0
实现K均值算法,读取文件,实现K均值的分类。-K-means algorithm to achieve, reading the paper, K-mean achievement category.
Update
: 2025-02-17
Size
: 40kb
Publisher
:
[
MPI
]
K-meanCluster
DL : 0
How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. -How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
yangdi
[
Special Effects
]
k-mean
DL : 0
k-均值算法 做的图象分割实例 (将图片像素聚成三类)-k-means algorithm to do the image segmentation example (poly-pixel pictures into three categories)
Update
: 2025-02-17
Size
: 102kb
Publisher
:
姜波
[
AI-NN-PR
]
K-MEANS
DL : 0
k-mean算法的源码,对聚类非常有用!!可以直接使用!-k-mean algorithm source of clustering is very useful! ! Can be used directly!
Update
: 2025-02-17
Size
: 269kb
Publisher
:
谢潇
[
Mathimatics-Numerical algorithms
]
k-mean
DL : 0
算法描述: K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。-Algorithm Description: K-means algorithm: the number of a given type of K, will be assigned to N objects of class K to make class the similarities between objects the most, while the category of the similarity between the smallest.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
LW
[
AI-NN-PR
]
k-mean
DL : 0
K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!-K-means Abduction呾Yang Jun珋mirror cavity java wife of mother
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Joney
[
VC/MFC
]
k-mean
DL : 0
一种c语言算法 k-mean.c-A c language algorithm k-mean.c
Update
: 2025-02-17
Size
: 2kb
Publisher
:
yangmingze
[
AI-NN-PR
]
K-means
DL : 0
模式识别 k-mean算法程序,用Visual c++编写-K-mean algorithm for pattern recognition procedures, using Visual c++ Prepared
Update
: 2025-02-17
Size
: 1kb
Publisher
:
jery
[
AI-NN-PR
]
K-Means.Algorithm
DL : 0
算法,k-mean搜索方法,执行起来很快,推荐。-Algorithm, k-mean search methods, to implement quickly, recommended.
Update
: 2025-02-17
Size
: 30kb
Publisher
:
陈国章
[
Graph program
]
K-means.m
DL : 0
K-mean均值算法的matlab功能实现-K-means to achieve the matlab function
Update
: 2025-02-17
Size
: 54kb
Publisher
:
spinach
[
Special Effects
]
K-Mean
DL : 1
遥感影像K均值分类算法,针对bmp彩色图像。VC++6.0编程实现。-K means of remote sensing image classification algorithm for bmp color images. VC++6.0 programming.
Update
: 2025-02-17
Size
: 220kb
Publisher
:
[
JSP/Java
]
K-Mean
DL : 0
K-mean 算法 用Java实现的算法 从别人那看的 -k-mean
Update
: 2025-02-17
Size
: 21kb
Publisher
:
龙
[
Special Effects
]
K-MEANS
DL : 0
基于K-MEAN的图像分割,方便实用,对于图像处理的研究生很有参考价值的-watershed segmentation on matlab
Update
: 2025-02-17
Size
: 34kb
Publisher
:
jin
[
Special Effects
]
K-mean
DL : 0
基于纹理度量的图像分割,适用于遥感图像,主要利用到K-mean算法。-Image segmentation based on texture measurement for remote sensing image, the main advantage of K-mean algorithm.
Update
: 2025-02-17
Size
: 435kb
Publisher
:
葛宏
[
Special Effects
]
K-mean
DL : 0
K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distance between the two objects, the greater the similarity)
Update
: 2025-02-17
Size
: 13kb
Publisher
:
venshow
[
Mathimatics-Numerical algorithms
]
k-mean+k-medoids
DL : 0
机器学习中的两个基本算法,k-means 和k-medoids 通过学习英文课件,更好的理解算法内涵(Machine learning in the two basic algorithms, K-means and k-medoids through learning English courseware, better understanding of the algorithm connotation)
Update
: 2025-02-17
Size
: 531kb
Publisher
:
tink2123
«
1
2
3
4
5
6
7
8
9
10
...
28
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.