models.py 文件源码

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

项目:AuthoringDecompositions 作者: jrock08 项目源码 文件源码
def __init__(self, input, scipy_gmm, phase_train=None):
        self.scipy_gmm = scipy_gmm
        # This actually checks that we are using the newest version of sklearn as well as the right object type.
        assert(type(scipy_gmm) == mixture.GaussianMixture)

        super(GMM, self).__init__(input, phase_train=phase_train)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号