2020年3月15日
摘要: numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None, axis=0) 用来制造散点 (在start和stop之间返回均匀间隔的数据) (返回的是 [start, stop]之间的均匀分布) (可以选 阅读全文
posted @ 2020-03-15 18:01 路途陌客 阅读(358) 评论(0) 推荐(0)