MusicEmotionMachine.py 文件源码

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

项目:apicultor 作者: sonidosmutantes 项目源码 文件源码
def linear_kernel_matrix(self, x, y): 
    """
    Custom inner product. The returned matrix is a Linear Kernel Gram Matrix
    :param x: your dataset
    :param y: another dataset (sth like transposed(x))
    """       
        return ssd(x,y, dense_output = True)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号