2020年3月26日
摘要: 创建数组: numpy.arange(start, stop, step, dtype) 参数描述 start 起始值,默认为0 stop 终止值(不包含) step 步长,默认为1 dtype 返回ndarray的数据类型,如果没有提供,则会使用输入数据的类型。 np.linspace(start 阅读全文
posted @ 2020-03-26 18:07 rookiehbboy 阅读(89) 评论(0) 推荐(0) 编辑