Replace all values in given axis with minimum of given axis

前端 未结 0 685
日久生厌
日久生厌 2020-12-09 22:19

Im trying to implement this equation in python. I end up with this piece of code:

def unknown(a, axis=0, p=0):
    if p >= 0 and p <=1:
        if not         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题