搜索结果
找到约 66 项符合
Cluster 的查询结果
按分类筛选
- 全部分类
- 技术资料 (11)
- matlab例程 (8)
- 数值算法/人工智能 (6)
- 人工智能/神经网络 (6)
- 其他书籍 (5)
- Linux/Unix编程 (2)
- 数学计算 (2)
- 通讯编程文档 (2)
- 文章/文档 (2)
- 生物技术 (2)
- Oracle数据库 (2)
- 并行计算 (2)
- 数据库系统 (1)
- 其他 (1)
- 软件工程 (1)
- 测试测量 (1)
- 电子书籍 (1)
- Java编程 (1)
- 网络 (1)
- 文件格式 (1)
- 单片机开发 (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
- 人物传记/成功经验 (1)
Java编程 this program explains the K_means cluster Algorithm. and also direct to the best k value
this program explains the K_means cluster Algorithm. and also direct to the best k value
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.
文章/文档 Carrot2 is an Open Source Search Results Clustering Engine. It can automatically organize (cluster)
Carrot2 is an Open Source Search Results Clustering Engine. It can automatically organize (cluster) search results into thematic categories.
其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
生物技术 使用Fuzzy Cluster Mean (FCM)與Principal component analysis (PCA)分類Yeast Data
使用Fuzzy Cluster Mean (FCM)與Principal component analysis (PCA)分類Yeast Data
matlab例程 采用模糊C均值对数据集data聚为cluster_n类
采用模糊C均值对数据集data聚为cluster_n类
数值算法/人工智能 kmeans算法实现 a simple k-means clustering routine. returns the cluster labels of the data points in a
kmeans算法实现
a simple k-means clustering routine.
returns the cluster labels of the data points in an array.
matlab例程 MS-Clustering is designed to rapidly cluster large MS/MS datasets. The program merges similar spectr
MS-Clustering is designed to rapidly cluster large MS/MS datasets. The program merges similar spectra (having similar m/z values ?within a given tolerance), and creates a single consensus spectrum as a representative. The input formats accepted are: dta, mgf, mzXML. The output format is mgf.
VC书籍 这是一个关于c-cluster的技术文章,它详细地介绍了cluster的一些技术分类及算法等,是学习聚类的入门好教程.
这是一个关于c-cluster的技术文章,它详细地介绍了cluster的一些技术分类及算法等,是学习聚类的入门好教程.
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...