llc.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:feature-aggregation 作者: paschalidoud 项目源码 文件源码
def __init__(self, n_codewords, neighbors=5, beta=1e-4, dimension_ordering="tf"):
        self.n_codewords = n_codewords
        self.neighbors = neighbors
        self.beta = beta
        self._clusterer = cluster.MiniBatchKMeans(
            n_clusters=self.n_codewords,
            n_init=1,
            compute_labels=False
        )

        super(self.__class__, self).__init__(dimension_ordering)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号