Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.255.559 Times

Kmeans software
 

Kmeans

Added: May 07, 2013 | Visits: 216

kmeans clustering This is a very fast implementation of the original kmeans clustering algorithm without any fancy acceleration technique, such as kd-tree indexing and triangular inequation. (actually the fastest matlab implementation as far as I can tell.)This code is as vectorized as possible. Yet it is very...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): kmeans clustering Download

Added: June 04, 2013 | Visits: 287

Dp algorithm a kind of usefull clustering algorithm that is better than kmeans and ward hierarchical clustering algorithms in some data sets





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (49): Dp algorithm Download

efficient implementation of K-means++: kmeans algorithm with smart seeding This is an implementation of the paperk-means++: the advantages of careful seeding.It converges very quickly.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (39): efficient implementation of K-means++: kmeans algorithm with smart seeding Download

Added: July 12, 2013 | Visits: 461

Clustering Toolbox The purpose of the development of this toolbox was to compile a continuously extensible, standard tool, which is useful for any MATLAB user for one's aim. In Chapter 1 of the downloadable related documentation one can find a theoretical introduction containing the theory of the algorithms, the...


Platforms: Matlab

License: Freeware Size: 2.05 MB Download (40): Clustering Toolbox Download

Added: May 04, 2013 | Visits: 273

Wrapper of the jMEF java library A Wrapper for jMEF Libraryhttp://www.lix.polytechnique.fr/~nielsen/MEF/This library allows you to cluster your data using kmeans with different divergence, including Kullback Leibler, to compute centroids and different geometric algorithms in the space of probability distributions.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Wrapper of the jMEF java library Download

Added: June 20, 2013 | Visits: 260

Efficient K-Means Clustering using JIT This is a tool for K-means clustering. After trying several different ways to program, I got the conclusion that using simple loops to perform distance calculation and comparison is most efficient and accurate because of the JIT acceleration in MATLAB.The code is very simple and well documented,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Efficient K-Means Clustering using JIT Download

Added: June 05, 2013 | Visits: 259

kmeans-ISODATA algotithm The zip file includes two functions: kmedia.mat and isodata.mat, this functions do two types of clustering methods. Kmedia function do the k-means algorithm, it have tree inputs (X-vector, Y-vector and number of final clusters) and returns the elements of each cluster and the centre of each...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): kmeans-ISODATA algotithm Download

Added: April 17, 2013 | Visits: 241

Kernel k-means This function performs kernel version of kmeans algorithm. When the linear kernel (i.e., inner product) is used, the algorithm is equivalent to standard kmeans algorithm.InputK: n x n a semi-definite matrix computed by a kernel function on all sample pairsm: the number of clusters k (1 x 1) or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Kernel k-means Download

Added: May 19, 2013 | Visits: 314

KMeans Segmentation - MEX KMEANSK - mex implementation (compile by mex kmeansK.cppAlso an equivalent MATLAB implementation is present in zip filePerforms K-means clustering given a list of feature vectors and k. The argument k indicates the number of clusters you want the data to be divided into. data_vecs (N*R) is the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): KMeans Segmentation - MEX Download

Added: May 01, 2013 | Visits: 560

Neuro-fuzzy classifier It is known that there is no sufficient Matlab program about neuro-fuzzy classifiers. Generally, ANFIS is used as classifier. ANFIS is a function approximator program. But, the usage of ANFIS for classifications is unfavorable. For example, there are three classes, and labeled as 1, 2 and 3. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Neuro-fuzzy classifier Download

Added: July 26, 2013 | Visits: 448

Fuzzy c-means segmentation This program illustrates the Fuzzy c-means segmentation of an image.This program converts an input image into two segments using Fuzzy k-means algorithm. The output is stored as "fuzzysegmented.jpg" in the current directory.This program can be generalised to get "n" segments from an image by...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Fuzzy c-means segmentation Download

CVAP: Cluster Validity Analysis Platform (cluster analysis and validation tool) Cluster validation is an important and necessary step in cluster analysis. This visual cluster validation tool CVAP based on GUI provides important tools and convenient analysis environment for validity evaluation of clustering solutions, estimation of the number of clusters and performance...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (48): CVAP: Cluster Validity Analysis Platform (cluster analysis and validation tool) Download

Added: March 22, 2013 | Visits: 457

K-means image segmentation K-means image segmentation based on histogram to reduce memory usage which is constant for any image size.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): K-means image segmentation Download

Added: May 15, 2013 | Visits: 368

Fast K-means [L, C, D] = FKMEANS(X, k) partitions the vectors in the n-by-p matrix Xinto k (or, rarely, fewer) clusters by applying the well known batchK-means algorithm. Rows of X correspond to points, columns correspond tovariables. The output k-by-p matrix C contains the cluster centroids. Then-element...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Fast K-means Download

Added: April 07, 2013 | Visits: 355

Patch color selector This small tool selects colors for a number of patches so that no any neighboring pair of patches have the same color. The tool was motivated by representing clusters produced by k-means.http://www.mathworks.com/matlabcentral/fileexchange/19344It can also demonstrate the famous four color map...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Patch color selector Download

Added: June 08, 2013 | Visits: 174

BioMedical EDU Webinar - Statistics and Curve Fitting allCode.m contains the sequence of code used during the demonstration.The data files:medflies.mat - the fruitfly dataflicker.mat - the flickering light databreastcancer.mat - the breast cancer mortality datasulfate.mat - the blood concentration data.Fisher's iris data are available in the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): BioMedical EDU Webinar - Statistics and Curve Fitting Download

Added: August 07, 2013 | Visits: 501

Clustering results measurement Measure percentage of Accuracy and the Rand index of clustering resultsThe number of class must equal to the number clusterOutput Acc = Accuracy of clustering results rand_index = Rand's Index, measure an agreement of the clustering results match = 2xk matrix which are the best match of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Clustering results measurement Download

Added: September 05, 2013 | Visits: 253

Software implementations of DC Description DC is simple and effective which can outperform the K-means and AP algorithm.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Software implementations of DC Download

Added: August 16, 2013 | Visits: 173

Software implementations of PBKM PBKM is simple and effective which can outperform the K-means algorithm.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Software implementations of PBKM Download

Added: August 21, 2013 | Visits: 221

The Spherical K-means algorithm Clustering is one of the most important data mining techniques used to extract useful informationfrom microarray data. Microarray data sets can be either clustered by samples or by genes. In thisresearch we focus on the gene clustering problem. The objective of gene clustering is to group genes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): The Spherical K-means algorithm Download