In fuzzy Cluster analysis, many algorithms have been developed. In general, the most widely used is the Fuzzy c-Means Algorithms (FCMA).
标签: algorithms developed analysis Cluster
上传时间: 2013-12-04
上传用户:阿四AIR
linux oracle10g Cluster
上传时间: 2013-12-30
上传用户:ukuk
The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable business system for a small business or a large corporation. The book includes information on how to build a high-availability server pair using the Heartbeat package, how to use the Linux Virtual Server load balancing software, how to configure a reliable printing system in a Linux Cluster environment, and how to build a job scheduling system in Linux with no single point of failure. The book also includes information on high availability techniques that can be used with or without a Cluster, making it helpful for System Administrators even if they are not building a Cluster. Anyone interested in deploying Linux in an environment where low cost computer reliability is important will find this book useful.
标签: inexpensive Enterprise computers explains
上传时间: 2014-11-29
上传用户:zhangliming420
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-element Clusters Assign each of the remaining (N-k) training sample to the Cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining Cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the Clusters. If a sample is not currently in the Cluster with the closest centroid, switch this sample to that Cluster and update the centroid of the Cluster gaining the new sample and the Cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
标签: the decision Clusters Cluster
上传时间: 2013-12-21
上传用户:gxmm
kmeans算法实现 a simple k-means Clustering routine. returns the Cluster labels of the data points in an array.
标签: Clustering the k-means Cluster
上传时间: 2013-12-28
上传用户:一诺88
KMEANS Trains a k means Cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a Cluster model. The matrix DATA represents the data which is being Clustered, with each row corresponding to a vector. The sum of squares error function is used. The point at which a local minimum is achieved is returned as CENTRES.
标签: CENTRES KMEANS OPTIONS Cluster
上传时间: 2014-01-07
上传用户:zhouli
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a Cluster environment. These two documents summary the usage of pMatlab and running time measurements on three simple Monte Carlo simulation codes.
标签: multi-core toolsbox parallel pMatlab
上传时间: 2014-12-05
上传用户:zhliu007
Demo HZ256 Cluster LCD2 CW31 SH v1 ICD
上传时间: 2013-12-10
上传用户:181992417
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.
标签: MS-Clustering designed datasets Cluster
上传时间: 2013-12-20
上传用户:cursor
前面我们通过Veritas Cluster Server for DB2双机-入门一文已经向大家介绍了DB2双机的基本原理和配置方法,本文将接续上文,继续介绍DB2的高级需求-大规模并行处理(Massively Parallel Processing, MPP)-环境下,用户如何利用VCS配置双机互备环境。
标签: DB2 Veritas Cluster Server
上传时间: 2014-09-04
上传用户:libinxny