cleaners.py 文件源码

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

项目:algorithm-reference-library 作者: SKA-ScienceDataProcessor 项目源码 文件源码
def argmax(a):
    """ Return unravelled index of the maximum

    param: a: array to be searched
    """
    return numpy.unravel_index(a.argmax(), a.shape)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号