CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - kmeans csharp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - kmeans csharp - List
[
Other resource
]
DBSCAN-csharp
DL : 0
程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Date
: 2025-07-06
Size
: 26kb
User
:
Huang Yi
[
Algorithm
]
KMeansCSharp
DL : 0
k均值聚类的c#版本,我从网上找到的c版本经改造而成-k-means clustering of the c# version, I found from the Internet version of the modified form c
Date
: 2025-07-06
Size
: 2kb
User
:
张恒敢
[
CSharp
]
kmeans
DL : 0
C# 聚类k-means 建立tf*idf的聚类过程-C# cluster for every one
Date
: 2025-07-06
Size
: 16kb
User
:
jian huang
[
CSharp
]
kmeans-for-Special-topics
DL : 0
K-Means Project for Special topics Course
Date
: 2025-07-06
Size
: 1.52mb
User
:
reza
[
CSharp
]
accord-kmeans-source
DL : 0
K-Mean clustering source code
Date
: 2025-07-06
Size
: 151kb
User
:
Hong Thai Le
[
CSharp
]
K-means-cSharp--code
DL : 0
k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
Date
: 2025-07-06
Size
: 5kb
User
:
lihang
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.