svd算法matlab代码IterFS
该存储库包含Ordozgoiti等人在ICDM
'16中描述的算法的Matlab实现。
该算法为“列子集选择问题”提供了近似解决方案。
用法
iter_fs(data,
k,
MAX_ITER,
ZERO)
data:
The
input
data
matrix
k:
The
number
of
columns
to
choose
MAX_ITER:
(Optional)
The
maximum
number
of
iterations
ZERO:
(Optional)
The
threshold
below
which
scores
are
set
to
zero,
to
avoid
numerical
issues
Output:
A
set
of
column
indices
indicating
the
ones
that
were
chosen
查看example.m作为示例。
为了获得更好的性能,建议使用SVD的优化实现。
作者:Bruno
Ordozgoiti
如果使用此代码,请引用以下论文:
Bruno
Ordozgoiti,Sa
2021-12-05 15:53:34
3KB
系统开源
1