Vector Quantization - K-Means

A simple algorithm for training codebooks for vector quantizationusing K-Means algorithm.

現在この提出コンテンツをフォロー中です。

This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each cluster replaces the centroid first. If the total distance is not improved substantially, The centroids are each split to two. This goes on untill the required number of clusters is reached and the improvement is not substantial.

引用

Esfandiar Zavarehei (2026). Vector Quantization - K-Means (https://jp.mathworks.com/matlabcentral/fileexchange/10943-vector-quantization-k-means), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersStatistics and Machine Learning Toolbox についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0