evaluate.py 文件源码

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

项目:wi_wacv14 作者: VChristlein 项目源码 文件源码
def computeDistance(X, Y, method):
    if method == 'cosine':
        dist = spdistance.cosine(X,Y)

    if dist < 0:
        print ('WARNING: distance between X {} and Y {} = {} < 0, method: '
                         '{}'.format(X, Y, dist, method))

    return dist
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号