搜索结果
找到约 30,633 项符合
k均值算法 的查询结果
按分类筛选
数学计算 模式识别的聚类方法:C-均值算法
模式识别的聚类方法:C-均值算法,求得不同的分类
文章/文档 自己花费整整两个星期写出来的关于数据挖掘K-means算法的论文
自己花费整整两个星期写出来的关于数据挖掘K-means算法的论文,论文中详细的进行了论述并提出了改进后的算法以及对比欢迎下载
matlab例程 模式识别的经典算法之一
模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程
matlab例程 K-MEANS算法程序(MATLAB环境)
K-MEANS算法程序(MATLAB环境)
书籍源码 C语言精彩百例第93-100例 第四篇 综合应用篇 实例94 用C语言实现遗传算法 实例95 人工神经网络的C语言实现 实例96 K_均值算法 实例97 ISODATA算法 实例98 快速
C语言精彩百例第93-100例
第四篇 综合应用篇
实例94 用C语言实现遗传算法
实例95 人工神经网络的C语言实现
实例96 K_均值算法
实例97 ISODATA算法
实例98 快速傅立叶变换
实例99 求解野人与传教士问题
实例100 简单专家系统
人工智能/神经网络 8个采样点的k近邻算法,结果用语言表示 两个类别
8个采样点的k近邻算法,结果用语言表示
两个类别
人工智能/神经网络 中心点漂移是一种非监督聚类算法(与k-means算法相似
中心点漂移是一种非监督聚类算法(与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 imple ...
人工智能/神经网络 高效的k-means算法实现
高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented ...
人工智能/神经网络 k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output i ...
多国语言处理 k-mean算法演示
k-mean算法演示,利用手工输入点通过k类自动聚合