搜索结果
找到约 133 项符合
K-MEANS 的查询结果
按分类筛选
人工智能/神经网络 数据挖掘中的一个聚类算法k-means。
数据挖掘中的一个聚类算法k-means。
Java编程 一个用java实现的k-means的简单算法
一个用java实现的k-means的简单算法
数值算法/人工智能 k-means实现 用于数据挖掘的著名的算法 非常使用
k-means实现 用于数据挖掘的著名的算法 非常使用
VC书籍 用c语言实现经典聚类算法k-means
用c语言实现经典聚类算法k-means
Java编程 用JAVA语言实现的经典聚类算法k-means
用JAVA语言实现的经典聚类算法k-means,聚类与分类不同,它是无监督的过程,
人工智能/神经网络 使用k-means算法模拟向量量子化过程
使用k-means算法模拟向量量子化过程
matlab例程 a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
人工智能/神经网络 Scalable k-means software and test datasets This package (a Unix tar file, gzipped) contains the sou
Scalable k-means software and test datasets This package (a Unix tar file, gzipped) contains the source code for the software that was used to run the experiments for the article
数学计算 K-means一个用C++实现的聚类算法
K-means一个用C++实现的聚类算法
数值算法/人工智能 K-Means是聚类分析中重要的一种方法
K-Means是聚类分析中重要的一种方法,此源码是K-Means聚类分析的C语言实现。