gpt4 book ai didi

用于数据流 kmeans 的 matlab 代码

转载 作者:行者123 更新时间:2023-12-02 05:05:56 25 4
gpt4 key购买 nike

我想有能力stream kmeans ,这意味着在对一组数据进行聚类后,我想向集群中添加额外的数据或创建新的集群,所有这些都无需运行旧数据。

我做了很多搜索,但没能找到这段代码的 matlab 实现,但是有很多 C 源代码。有人知道这样的事情吗?

最佳答案

您可以使用 kmeans 的“开始”参数.

Matrix: k-by-p matrix of centroid starting locations. In this case, you can pass in [] for k, and kmeans infers k from the first dimension of the matrix. You can also supply a 3-D array, implying a value for the 'replicates' parameter from the array's third dimension.

关于用于数据流 kmeans 的 matlab 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11767949/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com