搜索资源列表
DBSCAN&Rtree
- Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。DBSCAN.cs是全部算法的实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍。聚类示例数据来自于sxdb.mdb,一个Access数据库。-Form1.cs clustering algorithm is applied DBSCAN (Density-Based
数据挖掘c++代码
- 包括关联 聚类 神经网络 遗传算法
KNN
- 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
kmeans
- 经典的k-means程序,包含了很多的数据集,具有几点的聚类程序的描述。以供大家参考。-kmeans
C-mean
- 采用身高和体重数据作为特征,利用C均值聚类方法对数据进行聚类,并将聚类结果表示在二维平面上。-Height and weight data as a feature, using C-means clustering method of data clustering and clustering results expressed in the two-dimensional plane.
ISODATA
- 模糊聚类虽然能够对数据聚类挖掘,但是由于网络入侵特征数据维数较多,不同入侵类别间的数据差别较小,不少入侵模式不能被准确分类。本案例采用结合模糊聚类和广义神经网络回归的聚类算法对入侵数据进行分类.rar-Although capable of clustering data clustering mining, but due to network intrusion feature data dimension of more and different types of data betwee
DiscriminantMethods
- 利用Bayes判别法和距离判别法进行数据聚类-Bayes discrimination method and Distance discrimination method are utilized to clustering the datum.
FCMcluster
- 模糊聚类分析,模糊聚类使数据可以按照一定的规则分类。-Fuzzy clustering analysis, fuzzy clustering analysis so that data can be classified according to certain rules.
na268
- 可实现对二维数据的聚类,欢迎大家下载学习,自己编的5种调制信号。- Can realize the two-dimensional data clustering, Welcome to download the study, Own five modulation signal.
gr378
- 实现了对10个数字音的识别程序可实现对二维数据的聚类,未来线路预测,分析误差。- Realization of 10 digital audio recognition program Can realize the two-dimensional data clustering, Future line prediction, error analysis.
nf187
- 仿真图是速度、距离、幅度三维图像,用MATLAB实现动态聚类或迭代自组织数据分析,用MATLAB编写的遗传算法路径规划。- FIG simulation speed, distance, amplitude three-dimensional image, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Genetic algorithms using MATLAB path planning
sgfen
- 模拟数据分析处理的过程,光纤无线通信系统中传输性能的研究,基于欧几里得距离的聚类分析。- Analog data analysis processing, Fiber Transmission wireless communication system performance, Clustering analysis based on Euclidean distance.
2281
- 用于特征降维,特征融合,相关分析等,用MATLAB实现动态聚类或迭代自组织数据分析,BP神经网络的整个训练过程。- For feature reduction, feature fusion, correlation analysis, Us
kai_xf34
- 独立成分分析算法降低原始数据噪声,ML法能够很好的估计信号的信噪比,包括AHP,因子分析,回归分析,聚类分析。- Independent component analysis algorithm reduces the raw data noise, ML estimation method can be a good signal to noise ratio, Including AHP, factor analysis, regression analysis, cluster analy
taoyiu-V0.1
- 意信号卷积的运算,并且绘制图象,可实现对二维数据的聚类,基于matlab平台实现。- Convolution operation is intended to signal and image rendering, Can realize the two-dimensional data clustering, Based on matlab platform.
stvxw
- 是信号处理的基础,相关分析过程的matlab方法,用MATLAB实现动态聚类或迭代自组织数据分析。- Is the basis of the signal processing, Correlation analysis process matlab method, Using MATLAB dynamic clustering or iterative self-organizing data analysis.
mechine-learning
- 本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。 全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统
pnxdj
- GPS和INS组合导航程序,可实现对二维数据的聚类,基于混沌的模拟退火算法。- GPS and INS navigation program, Can realize the two-dimensional data clustering, Chaos-based simulated annealing algorithm.
yang_va60
- 可以动态调节运行环境的参数,仿真效果非常好,用MATLAB实现动态聚类或迭代自组织数据分析。- Can dynamically adjust the parameters of the operating environment, Simulation of the effect is very good, Using MATLAB dynamic clustering or iterative self-organizing data analysis.
databricks-spark-reference-applications.pdf.tar
- 摘要: 现有的聚类算法比如 CluStream 是基于 k-means 算法的。这些算法不能够发现任 意形状的簇以及不能处理离群点。 解决上述问题,本文提出了 而且, 它需要预先知道 k 值和用户指定的时间窗口。 为了 分将数据映射到一个网格, D-Stream 算法,它是基于密度的算法。这个算法用一个在线部 在离线部分计算网格的密度然后基于密度形成簇。 度衰减技术来捕获数据流的动态变化。 为了探索衰减因子、 数据密度以及簇结构之间的关系, 我们的算法能够有效的并且有效率