c均值聚类算法matlab代码
iqm代表反向量化的k均值(IQ-means),并实现了一种用于快速近似聚类的方法。
执照
iqm拥有2句BSD许可证。
请参阅文件以获取完整的许可证文本。
目录结构
iqm主要由Matlab
.m文件组成,但还包括许多.cpp文件,这些文件被编译为mex文件以与Matlab接口。
目录结构为:
/anim
animation
of
algorithm
iterations
on
2D
example
/config
project
configuration,
including
datasets,
paths
etc.
/disp
text/graphical
display
/lib
generic
utilities
library
/quant
full
set
of
learning,
encoding,
inversion
and
search
methods
/sub
underlying
code
handling
subspaces
/test
main
test
entry
points
/util
specific
utiliti
2021-12-31 15:22:08
218KB
系统开源
1