标签:poi margin 个数 返回 space end 位置 false 函数
numpy.linspace(start, stop, num=50, endpoint=True, retstep=False)
start 起始位置
stop 终止位置
num 个数
endpoint 终止位置是否计算
是否返回步长
np.linspace(0, 1, 5)
array([ 0. , 0.25, 0.5 , 0.75, 1. ])
标签:poi margin 个数 返回 space end 位置 false 函数
原文地址:http://www.cnblogs.com/similarface/p/6249742.html