CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - k means code in matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - k means code in matlab - List
[
AI-NN-PR
]
K-Means动态聚类算法源程序
DL : 0
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 using the K-means algorithm. Output isdirected to the screen.
Update
: 2025-02-19
Size
: 30kb
Publisher
:
刘思
[
AI-NN-PR
]
kmeans_cluster聚类算法的实现
DL : 0
数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张乐
[
Special Effects
]
kmeans
DL : 0
用matlab对于FCM代码实现,不同于matlab中库函数-Used matlab code for FCM realize, unlike in matlab library function
Update
: 2025-02-19
Size
: 1kb
Publisher
:
徐军
[
AI-NN-PR
]
Medoidshift
DL : 1
中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.-Center drift is a non-supervised clustering algorithm (k-means algorithm with the similar, but more a wider range of applications), can be used for image segmentation, based on the realization of the source Matlab. MedoidShift is a unsupervised clustering algorithm (similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.
Update
: 2025-02-19
Size
: 36kb
Publisher
:
陈明
[
matlab
]
k_algorithm
DL : 0
k均值算法matlab实现,模式识别中常用-k-means algorithm matlab realize, pattern recognition used in
Update
: 2025-02-19
Size
: 1kb
Publisher
:
chenyu
[
Mathimatics-Numerical algorithms
]
KMEANS
DL : 0
K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-K-MEANS algorithm Input: cluster number k, and contains n data object database. Output: the minimum standards to meet the variance k-clustering. Deal flow: (1) a data object from the n choose k object as initial cluster centers (2) cycle (3) to (4) until a change in each cluster is no longer so far (3) according to each Clustering objects mean (central object), calculated for each object with these centers to object distance and in accordance with a minimum distance between a re-division of the corresponding object (4) re-calculated for each (change) clustering of the mean (central object )
Update
: 2025-02-19
Size
: 3kb
Publisher
:
快快
[
matlab
]
travailenmat
DL : 0
matlab programming for clustering pam , k-means , dbscan , optics for image segmentation
Update
: 2025-02-19
Size
: 21kb
Publisher
:
Ben hassen Amer
[
Special Effects
]
kmeans-image-segmentation
DL : 0
K均值 很好用的K均值代码 -K-means K-means used in a very good code
Update
: 2025-02-19
Size
: 45kb
Publisher
:
shi
[
AI-NN-PR
]
Clustering-Code
DL : 1
A Two dimensional clustering application in matlab, which covers K-Means, hierarchical agglomerate clustering methods
Update
: 2025-02-19
Size
: 13kb
Publisher
:
maddy
[
matlab
]
code_knn
DL : 0
K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
Update
: 2025-02-19
Size
: 131kb
Publisher
:
long
[
matlab
]
kmean
DL : 0
包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
Update
: 2025-02-19
Size
: 10kb
Publisher
:
刘斌
[
matlab
]
CodeBook
DL : 0
Code MATLAB in S. Theodoridis, A. Pikrakis, K. Koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
Update
: 2025-02-19
Size
: 1.03mb
Publisher
:
Jan
[
matlab
]
pso-clustering
DL : 0
基于粒子群的改进K均值聚类算法源代码。适用于MATLAB7.1。-Improved PSO-based K means clustering algorithm source code. For MATLAB7.1.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
hsj
[
Special Effects
]
Kmeans-MATLAB
DL : 0
该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
牛少敏
[
Algorithm
]
kMeansCluster-Code-For-matlab.m
DL : 0
The code for k-means cluster in matlab. It works well in matlab.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
张媛
[
matlab
]
K-Mean-Clustering-Code-in-Matlab
DL : 0
k 均值聚类算法 ,能有效的将数据分成k类 但是具有k参数难以确定的缺点。 -k-means algorithm can cluster data into K class but, the parameter K can not be selected easily.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
cluster
[
Special Effects
]
K
DL : 0
K均值聚类在Matlab中的代码实现,是图像分割和图像识别中常用处理操作-K-means clustering code in Matlab realize image segmentation and image recognition is commonly used in processing operations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
姜苏
[
matlab
]
K-Means-Clustering-and-PCA
DL : 0
此代码为matlab代码,分为两个部分。第一部分实现K均值聚类算法应用它来压缩图像。在第二部分中,你将使用主成份分析法pca来实现人脸图像的低维表示。 -This code for the matlab code, is divided into two parts. The first part of the implementation of the K means clustering algorithm to compress the image. In the second part, you will use the principal component analysis method PCA to realize the low dimensional representation of the face image.
Update
: 2025-02-19
Size
: 10.98mb
Publisher
:
pudnkobe
[
matlab
]
Kmeans
DL : 0
K-means算法的matlab实现,附带原始数据(matlab code of K-means in machine learning)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
hierarch
[
matlab
]
k-means
DL : 0
此代码可以对图像很好的聚类,文件里面有原始图像,也有聚类后的图像,聚类的效果挺好的,大家可以看看(This code can make a good clustering of images. In the file, there are original images, and there are also images of clustering. The effect of clustering is good. You can have a look at it)
Update
: 2025-02-19
Size
: 116kb
Publisher
:
宁采臣
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.