Contenu principal

317 résultats dans File Exchange

Kmeans Clustering

Version 2.0.0.0 par Mo Chen

Super fast and terse kmeans clustering.

This is a super duper fast implementation of the kmeans clustering algorithm. The code is fully vectorized and extremely succinct. It is much much faster than the Matlab builtin kmeans function. The

- Perform kmeans clustering.
- Generate samples from a Gaussian mixture distribution with common variances (kmeans model).
- Generate data
- Perform kmeans++ seeding
- Normalize the vectors to be summing to one
- Plot 2d/3d samples of different classes with different colors.
  • 40K (depuis toujours)
  • 18 (30 derniers jours)
  • 4,3 / 5
  • Communauté
  • 13 mars 2017

kmeans_opt

Version 1.0.0.1 par Sebastien De Landtsheer

tries k-means over different number of clusters

k-means is a decent clustering algorithm, however it requires the specification of the number of clusters, and is stochastic.This function takes a matrix as input, as well as the maximum number of

  • 2,3K (depuis toujours)
  • 4 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 4 avr. 2019

kmeans image segmentation

Version 1.0.0.0 par Jose Vicente Manjon-Herrera

Application of kmeans clustering algorithm to segment a grey scale image on diferent classes.

  • 64K (depuis toujours)
  • 4 (30 derniers jours)
  • 4,0 / 5
  • Communauté
  • 29 août 2005

Adaptive kmeans Clustering for Color and Gray Image.

Version 1.4.0.0 par ankit dixit

Automatically cluster a Color or Gray image. No need for specify number of cluster.

This algorithm is a fully automatic way to cluster an input Color or gray image using kmeans principle, but here you do not need to specify number of clusters or any initial seed value to start

- This code is written to implement kmeans clustering for segmenting any
  • 10,4K (depuis toujours)
  • 4 (30 derniers jours)
  • 4,5 / 5
  • Communauté
  • 29 avr. 2014

MTT

Version 1.0.0.0 par Andrews Cordolino Sobral

Matlab Tensor Tools

- Cluster multivariate data using the k-means++ algorithm.
  • 1,5K (depuis toujours)
  • 6 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 12 mars 2021

KMeans_SPD_Matrices.zip

Version 1.1.0.0 par Hesamoddin

K-Means Clustering for a Population of Symmetric Positive-Definite (SPD) Matrices

This package contains 8 different K-means clustering techniques, applicable to a group of Symmetric Positive Definite (SPD) matrices. The algorithms are different based on (1) the distance/divergence

  • 793 (depuis toujours)
  • 1 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 24 avr. 2014

DavidMercier/TriDiMap

Version 3.0 par David MERCIER

Matlab functions to plot 3D maps from indentation tests

- sets starting parameters using kmeans
- the vectors to be summing to one
  • 411 (depuis toujours)
  • 4 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 9 août 2021

MatStats

Version 1.1.4 par David Legland

Management of data tables, similar to dataframe in R, with enhanced plotting facilities.

  • 2,6K (depuis toujours)
  • 7 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 29 fév. 2024

Kernel Learning Toolbox

Version 1.0 par Mo Chen

Machine Learning with kernels

provided including kernel PCA, kernel regression, kernel kmeans, etc. Also the corresponding linear version of these algorithms are also provided to show that kernel methods with linear kernel is equivalent

- Perform k-means clustering.
- Prediction for kmeans clusterng
- Prediction for kernel kmeans clusterng
- Perform kernel k-means clustering.
- Generate samples from a Gaussian mixture distribution with common variances (kmeans model).
  • 1,2K (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 8 mars 2016

Fast kmeans Algorithm Code

Version 1.7.0.0 par ankit dixit

A Very fast and efficient Implementation for kmeans clustering of an Image or Array.

This code uses MATLAB's Internal Functions and Memory Preallocations to apply a Fast Implementation of kmeans algorithm. This is a efficient code for clustering a gray or Color image or it can be

- Fast K means Algorithm for clustering a Gray Image or Color Image
  • 6,4K (depuis toujours)
  • 3 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 10 jan. 2014

kyamagu/mexopencv

Version 1.0.0.0 par Kota Yamaguchi

Collection and a development kit of Matlab mex functions for OpenCV library

- K-Means Clustering
- K-Means Color Quantization
- KMeans-based class to train visual vocabulary using the bag of visual words approach
  • 4,3K (depuis toujours)
  • 4 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 23 oct. 2020

drawVector- draws 2D or 3D vectors from specified points

Version 1.2.3 par J. Benjamin Kacerovsky

Draws 3 arrows representing the basis vectors of an R3 coordinate system

- - performs kmeans clustering on 1D data (using built-in
  • 623 (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 22 juin 2021

Adaboost

Version 1.0.0.0 par Mo Chen

Adaboost for classification

This is a Matlab implementation of Adaboost for binary classification. The weak learner is kmeans. The reason why this weaker learner is used is that this is the one of simplest learner that works

- Generate samples from a Gaussian mixture distribution with common variances (kmeans model).
- Adaboost for binary classification (weak learner: kmeans)
  • 683 (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 9 mars 2016

MATLAB Live Task for Python

Version 1.0.0 par Lucas García

The MATLAB® Live Task for Python® enables you to write and execute Python code directly inside of a MATLAB Live Script.

  • 1,4K (depuis toujours)
  • 3 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 5 mai 2022

k-means++

Version 1.7.0.0 par Laurent S

Cluster multivariate data using the k-means++ algorithm.

An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value of the total intra-cluster

- KMEANS Cluster multivariate data using the k-means++ algorithm.
  • 14,3K (depuis toujours)
  • 4 (30 derniers jours)
  • 4,7 / 5
  • Communauté
  • 11 fév. 2013

kmeans_mt

Version 1.3.0.0 par Haw-Shiuan Chang

Efficient Kmeans using Multiple Threads

This code implements the basic kmeans algorithm using Euclidean distance, and its computation speed is optimized using C/C++ and multiple threads.When the number of samples and feature dimensions are

  • 355 (depuis toujours)
  • 1 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 4 sept. 2014

kolian1/texture-segmentation-LBP-vs-GLCM

Version 1.3.0.0 par Nikolay S.

A Matlab Image segmentation via several feature spaces DEMO

classification. K-means clustering is chosen du it’s relative simplicity and decent run-time.5. Not implemented.By running the demo the user can see various images segmentations achieved by each scheme (differing

- k-means clustring
  • 2,1K (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 30 août 2015

Computer vision feature extraction toolbox

Version 1.3.0.0 par Aditya Khosla

Computer vision feature extraction toolbox for image classification

  • 4,4K (depuis toujours)
  • 1 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 9 avr. 2015

Kernel Kmeans

Version 1.8.0.0 par Mo Chen

kernel kmeans algorithm

This function performs kernel kmeans algorithm. When the linear kernel (i.e., inner product) is used, the algorithm is equivalent to standard kmeans algorithm. Several nonlinear kernel functions are

- Perform kernel kmeans clustering.
- Prediction for kernel kmeans clusterng
- Generate samples from a Gaussian mixture distribution with common variances (kmeans model).
  • 6,9K (depuis toujours)
  • 1 (30 derniers jours)
  • 3,9 / 5
  • Communauté
  • 11 mars 2017

Color Quantization

Version 1.1.0.0 par Athi

This program reduces the number of colors present in a true color image (or indexed color image).

A true color image (24 bit image) usually contains thousands of unique colors. This program uses K-Mean algorithm to find out the significant colors in an image and represents the image with less

- Program for creating color reduced image using K-Means clustering
  • 2K (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 7 juin 2011

The HDR Toolbox

Version 2.0.0.0 par Francesco Banterle

The HDR Toolbox is a toolbox for processing High Dynamic Range (HDR) content.

  • 1,7K (depuis toujours)
  • 7 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 31 juil. 2024

classification k-means

Version 1.0.0.0 par Edgar Bernal-Flores

matrix where the values of each position is the distance of one class to another class.

- PROGRAMA QUE CLASIFICA UN CONJUNTO DE DATOS USANDO EL CRITERIO DE DISTANCIAS IGUALES
  • 1,3K (depuis toujours)
  • 3 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 3 juin 2010

K-means clustering

Version 1.0 par Alireza

This code implements K-means Clustering

Demo.m shows a K-means clustering demokmeans_function folder contains following files to show how it works as a function: Test.mkm_fun.m K-means clustering is one of the popular algorithms in

- This code implements K-means Clustering
- This code implements K-means Clustering
  • 8,6K (depuis toujours)
  • 3 (30 derniers jours)
  • 4,8 / 5
  • Communauté
  • 20 août 2015

Improved Nystrom Kernel Low-rank Approximation

Version 1.0.0.0 par Kai

efficient, self-complete implementation of improved Nystrom low-rank approximation

widely used in large scale machine learning and data mining problems. The package does not require any specific function, toolbox, or library. The Improved Nystrom method uses K-means clustering centers as

  • 2,2K (depuis toujours)
  • 4 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 1 oct. 2012

usefulSnippets

Version 1.1.0 par J. Benjamin Kacerovsky

Collection of some "little" functions I wrote to make my life easier.

index of voxels > 0 as Nx3 matrixsortedKmeans - performs kmeans on 1D data and assigns IDs so that ID = 1 has the largest ('descending') or smallest ('ascending') centroid value, ID = 2 the second

- - performs kmeans clustering on 1D data (using built-in
  • 80 (depuis toujours)
  • 1 (30 derniers jours)
  • 4,7 / 5
  • Communauté
  • 4 sept. 2020

neuropoly/axonseg

Version 3.0.0.0 par Aldo Zaimi

AxonSeg is a GUI that performs axon and myelin segmentation on histology images.

  • 1,7K (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 12 juin 2019

BRAIN MRI IMAGE SEGMENTATION BASED ON FUZZY C-MEANS ALGORITHM WITH VARYING ALGORITHMS

Version 1.0.0.0 par venkat reddy

comparing different algorithms

- KMEANSK Performs K-means clustering given a list of feature vectors and k
  • 1,5K (depuis toujours)
  • 1 (30 derniers jours)
  • 4,7 / 5
  • Communauté
  • 27 jan. 2018

Simple k-Means Clustering

Version 1.2 par Evan Czako

k-means clustering MATLAB implementation. Adjustable number of clusters and iterations for data of arbitrary dimension.

k-means clustering MATLAB implementation. Adjustable number of clusters and iterations for data of arbitrary dimension. See function description for example and details of use.

  • 1K (depuis toujours)
  • 10 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 16 nov. 2020

k-means, mean-shift and normalized-cut segmentation

Version 1.0.0.0 par Alireza

k-means, mean-shift and normalized-cut segmentation

This code implemented a comparison between “k-means” “mean-shift” and “normalized-cut” segmentationTeste methods are:Kmeans segmentation using (color) onlyKmeans segmentation using (color +

- K-means Segmentation (option: K (Number of Clusters))
  • 9,4K (depuis toujours)
  • 6 (30 derniers jours)
  • 4,9 / 5
  • Communauté
  • 27 août 2015

Clustering and Data Analysis Toolbox

Version 1.0.0.0 par Janos Abonyi

The toolbox provides four categories of functions.

- checking the parameters given
  • 15,3K (depuis toujours)
  • 3 (30 derniers jours)
  • 4,7 / 5
  • Communauté
  • 20 avr. 2005

Clustering-based algorithms for breast tumor segmentation

Version 1.0.0 par Majid Farzaneh

Clustering-based algorithms for breast tumor segmentation using: k-means, fuzzy c-means, & optimized k-means (by Cuckoo Search Optimization)

Tumor Segmentation in Breast MRI images. I used the RIDER database in this project. Three clustering-based algorithms used for image segmentation:1- fuzzy c-means (FCM)2- k-means3- optimized k-means

  • 883 (depuis toujours)
  • 3 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 2 fév. 2020

EMG functions and classification methods for prosthesis control - Joseph Betthauser

Version 1.0 par Joseph Betthauser

EMG DSP functions, classifiers, and miscellaneous

detailed with useable "cut and paste" code in the word file. There are other useful tools contained in the folders such as k-means dictionary reduction, k-gmm clustering, optimal channel/feature subset

- Betthauser - 2016 -- Compute k-means based on classwise Gaussians from data.
  • 977 (depuis toujours)
  • 6 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 24 juin 2018

Pattern Recognition Toolbox

Version 1.3.0.0 par Peter

Free pattern recognition toolbox for MATLAB

  • 10,9K (depuis toujours)
  • 9 (30 derniers jours)
  • 4,7 / 5
  • Communauté
  • 29 avr. 2014

Color Image segmentation using kmeans algorithm (clustering)

Version 1.0.1 par Selva

Color Image segmentation using k-means algorithm based evolutionary clustering technique

Image segmentation using k-means algorithm based evolutionary clusteringObjective function: Within cluster distance measured using distance measureimage feature: 3 features (R, G, B values)It also

  • 339 (depuis toujours)
  • 1 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 3 août 2019

Variational Bayesian Monte Carlo (VBMC): Bayesian inference

Version 1.0.6 par Luigi Acerbi

Variational Bayesian Monte Carlo (VBMC) algorithm for Bayesian posterior and model inference in MATLAB

- Fast K-means clustering.
  • 539 (depuis toujours)
  • 4 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 26 oct. 2022

Dirichlet-Process K-Means

Version 1.0.0.0 par Vadim Smolyakov

Dirichlet-Process K-Means

Small Variance Asymptotics (SVA) applied to Dirichlet Process Mixture Models (DPMMs) results in a DP extension of the K-means algorithm

- Dirichlet Process K-means
  • 357 (depuis toujours)
  • 1 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 6 mars 2016

Toolbox signal

Version 1.2.0.0 par Gabriel Peyre

Signal processing related functions.

- perform_kmeans - perform the k-means clustering algorithm.
  • 11,7K (depuis toujours)
  • 7 (30 derniers jours)
  • 4,3 / 5
  • Communauté
  • 27 juin 2009

Gaussian Mixture Model (GMM) - Gaussian Mixture Regression (GMR)

Version 1.2.0.0 par Sylvain Calinon

Encoding of data in Gaussian Mixture Model and retrieval through Gaussian Mixture Regression

- % This function initializes the parameters of a Gaussian Mixture Model
  • 19,3K (depuis toujours)
  • 4 (30 derniers jours)
  • 4,8 / 5
  • Communauté
  • 24 juil. 2009

Sparsified K-Means

Version 1.0.0.0 par Stephen Becker

Extremely fast K-Means for big data

KMeans for big data using preconditioning and sparsification, Matlab implementation. This has three main features:(1) it has good code: same accuracy and 100x faster than Matlab's K-means for some

  • 1,9K (depuis toujours)
  • 1 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 2 oct. 2015

bag-of-words representation for biomedical time series classificaiton

Version 1.0.0.0 par Jin

a simple yet effective bag-of-words representation for biomedical time series, such as EEG and ECG.

- VGG_KMEANS initialize K-means clustering
  • 1,2K (depuis toujours)
  • 1 (30 derniers jours)
  • 4,0 / 5
  • Communauté
  • 7 sept. 2012

Logistic Regression for Classification

Version 1.0.0.0 par Mo Chen

Logistic regression for both binary and multiclass classification

- Generate samples from a Gaussian mixture distribution with common variances (kmeans model).
  • 3,5K (depuis toujours)
  • 2 (30 derniers jours)
  • 4,3 / 5
  • Communauté
  • 8 mars 2016

K-means algorithm demo

Version 1.0.2.0 par Mauricio Martinez-Garcia

A simple implementation of the kmeans algorithm

The k-means algorithm is widely used in a number applications like speech processing and image compression.This script implements the algorithm in a simple but general way. It performs four basic

- function [medias,Nmedias] = simple_kmedias(X,K,maxerr)
- Demo for the kmeans algorithm
  • 10,7K (depuis toujours)
  • 2 (30 derniers jours)
  • 4,4 / 5
  • Communauté
  • 1 juil. 2016

Statistical Learning Toolbox

Version 1.0.0.0 par Dahua Lin

Functions for statistical learning, pattern recognition and computer vision, covering many topics.

weights. In addition, in some of the algorithms, you can change the functions' behaviour by supplying your own call-back function. For example, in K-means, you can specify your special function to measure

- SLKMEANSEX Performs Generalized K-means
- SLKMEANS Performs K-Means Clustering on samples
  • 19,5K (depuis toujours)
  • 5 (30 derniers jours)
  • 4,8 / 5
  • Communauté
  • 25 sept. 2006

MATDRAM: Delayed-Rejection Adaptive Metropolis MCMC

Version 2.2.3 par CDSLAB

MatDRAM is a pure-MATLAB Adaptive Markov Chain Monte Carlo simulation and visualization library.

  • 552 (depuis toujours)
  • 10 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 16 juil. 2024

qMRLab

Version 2.4.1 par Agah Karakuzu

Quantitative Magnetic Resonance Imaging Made Easy with qMRLab: Use GUI or CLI to fit and simulate a myriad of qMRI models.

  • 917 (depuis toujours)
  • 7 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 7 déc. 2023

jflalonde/radiometricCalibration

Version 1.0.0.0 par Jean-Francois Lalonde

Radiometric calibration from a single image.

- Trains a k means cluster model.
  • 159 (depuis toujours)
  • 1 (30 derniers jours)
  • 4,0 / 5
  • Communauté
  • 21 mars 2016

K-means clustering

Version 1.0.0.0 par Reza Ahmadzadeh

Simple implementation of the K-means algorithm for educational purposes

This is a simple implementation of the K-means algorithm for educational purposes. k-means clustering is a method of vector quantization, originally from signal processing, that is popular for

- K-means Algorithm
  • 1K (depuis toujours)
  • 11 (30 derniers jours)
  • 4,0 / 5
  • Communauté
  • 20 jan. 2018

K-means image segmentation

Version 1.0.0.0 par Pablo Fonseca

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

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

  • 7,1K (depuis toujours)
  • 1 (30 derniers jours)
  • 4,4 / 5
  • Communauté
  • 14 mars 2011

KMeans Segmentation - MEX

Version 1.2.0.0 par Ahmad

Given N data elements of R dimensions (N x R matrix), it segregates the n elements into k clusters

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

- KMEANSK Performs K-means clustering given a list of feature vectors and k
  • 3K (depuis toujours)
  • 1 (30 derniers jours)
  • 4,5 / 5
  • Communauté
  • 23 juin 2010

Fuzzy k means

Version 1.0.0.0 par Budiman Minasny

Fuzzy k means clustering.

  • 16,1K (depuis toujours)
  • 1 (30 derniers jours)
  • 4,4 / 5
  • Communauté
  • 12 jan. 2004

Image recoloring without a target image

Version 1.0.4 par Mahmoud Afifi

Matlab implementation of 'Image Recoloring Based on Object Color Distributions' Eurographics (short papers) 2019.

- Fast K-means with optional weighting and careful initialization.
  • 403 (depuis toujours)
  • 1 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 25 fév. 2023

Fast K-means

Version 1.1.0.0 par Tim Benham

Fast K-means implementation with optional weights and K-means++ style seeding.

practice this seemsto happen very rarely.(3) Unlike the Mathworks KMEANS this implementation does not perform afinal, slow, phase of incremental K-means ('onlinephase') that guaranteesconvergence to a local

- FKMEANS Fast K-means with optional weighting and careful initialization.
  • 3,8K (depuis toujours)
  • 1 (30 derniers jours)
  • 3,7 / 5
  • Communauté
  • 4 mai 2011

Efficient K-Means Clustering using JIT

Version 1.0.0.0 par Yi Cao

A simple but fast tool for K-means clustering

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

- K_MEANS k-means clustring
  • 14,1K (depuis toujours)
  • 2 (30 derniers jours)
  • 4,0 / 5
  • Communauté
  • 16 avr. 2008

k-Means Projective Clustering

Version 1.0.0.0 par Yohai Devir

Perform projective clusterig

An implementation of "k-Means Projective Clustering" by P. K. Agarwal and N. H. Mustafa.This method of clustering is based on finding few subspaces such that each point is close to a subspace.

- This function perform projective clustering as described in "k-means
  • 2,8K (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 19 déc. 2006

K-means segmentation

Version 1.0.0.0 par Alireza

This code implements K-means color segmentation

Demo.m shows a K-means segmentation demo K-means clustering is one of the popular algorithms in clustering and segmentation. K-means segmentation treats each imgae pixel (with rgb values) as a

- K-means Segmentation (option: K Number of Segments)
  • 3,8K (depuis toujours)
  • 2 (30 derniers jours)
  • 4,2 / 5
  • Communauté
  • 27 août 2015

Finding functional networks in brain fMRI data using stepwise clustering

Version 1.0.0.0 par Janki Mehta

fMRI Signal Processing

- relabel rearranges matrix entries according to its rank order, so that the
- This function find the neighborhood points from s, for every point in s0.
- count the number of occurences for each id (number)
- This function does the following
- FEATURENORMALIZE Normalizes the features in X
- function norm_X = fn_normalize_data(X)
- This program display each of the depth-slice of the volumn vol (row, col,
- This program shows how to use the function makeSupervoxel3d to make
  • 621 (depuis toujours)
  • 2 (30 derniers jours)
  • 4,0 / 5
  • Communauté
  • 9 juil. 2015

Image Segmentation by K-means and FLA

Version 1.0.0 par Majid Farzaneh

Image Segmentation by optimized K-means using Frog Leaping Algorithm

Image Segmentation by optimized K-means clustering using Frog Leaping Algorithm.

  • 469 (depuis toujours)
  • 2 (30 derniers jours)
  • 5,0 / 5
  • Communauté
  • 4 fév. 2020

Radial Basis Function Neural Networks (with parameter selection using K-means)

Version 1.0.0.0 par Alireza

RBF Neural Networks (center and distribution of activation functions are selected using K-means)

application. Generally the center and distribution of activation functions should have characteristic similar to data. Here, the center and width of Gaussians are selected using Kmeans clustering algorithm

- RBF Neural Networks (Parameters are selected using K-means Clustering)
  • 4,8K (depuis toujours)
  • 7 (30 derniers jours)
  • 4,0 / 5
  • Communauté
  • 7 sept. 2015

best_kmeans(X)

Version 1.1.0.0 par Feng Bao

This function can determine the best cluster numbers in clustering using k-means method.

[IDX,C,SUMD,K] = best_kmeans(X) partitions the points in the N-by-P data matrix Xinto K clusters. Rows of X correspond to points, columns correspond to variables. IDX containing the cluster indices

  • 2,9K (depuis toujours)
  • 2 (30 derniers jours)
  • 2,6 / 5
  • Communauté
  • 13 avr. 2015

Charger plus