CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab k
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab k - List
[
matlab
]
matlab K近邻分类法
DL : 2
matlabK近邻法实现
Update
: 2011-03-30
Size
: 3.1kb
Publisher
:
zhangqbqq@163.com
[
matlab
]
数据挖掘中K均值算法实现
DL : 0
数据挖掘中K均值算法的实现用MATLAB编写-data mining to the K-means algorithm to achieve prepared using MATLAB
Update
: 2025-02-19
Size
: 1kb
Publisher
:
方巍巍
[
Bio-Recognize
]
good K-means clusters
DL : 0
这次上传的代码是关于K-means clusters的代码,希望能对大家有用。-The uploaded code is about K-means clusters.I hope it can be a help to everyone.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
李乐
[
GDI-Bitmap
]
KMEANS(matlab)
DL : 0
Matlab环境下的k-means聚类算法,实现图像分割,很快阿!-K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!
Update
: 2025-02-19
Size
: 32kb
Publisher
:
刘明霞
[
AI-NN-PR
]
C--K-Means
DL : 0
这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K- Means clustering algorithm source, the need to please, please exhibitions, thank you!
Update
: 2025-02-19
Size
: 32kb
Publisher
:
HaicoLi
[
AI-NN-PR
]
K-means.m
DL : 1
MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
Update
: 2025-02-19
Size
: 54kb
Publisher
:
zs
[
Other
]
K-meaneuclideandistance
DL : 0
这个是采用欧氏距离下的K-means算法的matlab实现-this is the Euclidean distance between the K-means algorithm to achieve the Matlab
Update
: 2025-02-19
Size
: 5kb
Publisher
:
李序
[
Other
]
K-LTransmcodes
DL : 0
k-l变换的人脸识别 不过是matlab代码-k-l Transform the face recognition is Matlab code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Felix
[
matlab
]
k-means(matlab)
DL : 1
关于k-means聚类算法的MATLAB实现-On the k-means clustering algorithm of MATLAB realize
Update
: 2025-02-19
Size
: 10kb
Publisher
:
chen
[
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-19
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-19
Size
: 102kb
Publisher
:
姜波
[
Graph program
]
K-L
DL : 0
KL变换的Matlab实现 KL 变换是图像正交变换的一种,在图像压缩领域有着广泛应用。-KL Transform Matlab realize KL transform is a kind of orthogonal transformation image in the field of image compression have broad application.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
贺宏洲
[
Windows Develop
]
k-median
DL : 0
这是一个关于k中心聚类的算法,希望大家指点。-It is a clustering algorithm k centers, I hope everyone pointing.
Update
: 2025-02-19
Size
: 580kb
Publisher
:
fanliutong
[
matlab
]
K-MEANS
DL : 0
基于MATLAB的k-means算法 较好的解决了图像分类聚类的问题-MATLAB based on the k-means algorithm better solved the problem of image classification clustering
Update
: 2025-02-19
Size
: 1kb
Publisher
:
刘小强
[
AI-NN-PR
]
k-means
DL : 0
空间数据分析中最常用的是聚类分析,而K-MEANS算法是聚类分析中常用的,其主要思想是在给定的聚类数目下对多维(我做的是三维空间点)向量进行聚类,-Spatial data analysis is the most commonly used cluster analysis, while the K-MEANS algorithm is commonly used in cluster analysis, the main idea is to set the number of under the multi-dimensional clustering (I make the three-dimensional space-point) vector cluster,
Update
: 2025-02-19
Size
: 6kb
Publisher
:
tangkezong
[
Console
]
K-means
DL : 0
简单实用的k均值聚类算法,可以实现多位向量的简单聚类-Simple and practical k-means clustering algorithm, can achieve more than a simple vector clustering
Update
: 2025-02-19
Size
: 5kb
Publisher
:
chunxiao
[
Special Effects
]
K
DL : 0
K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现-K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
Update
: 2025-02-19
Size
: 120kb
Publisher
:
zhengmin
[
matlab
]
cluster
DL : 0
k均值聚类算法源码(matlab) k均值聚类算法源码(matlab)-k-means clustering algorithm source code (matlab) k-means clustering algorithm source code (matlab)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
刘玉平
[
matlab
]
K-Means
DL : 0
较简单的KMeans聚类算法实现,编程语言matlab-Clustering KMeans relatively simple algorithm, programming language matlab
Update
: 2025-02-19
Size
: 4kb
Publisher
:
tzx
[
matlab
]
K-means_Matlab
DL : 1
K-均值算法的Matlab源代码,比较简短-Matlab source code of K-means algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
luo
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.