美文网首页工作生活
行列向量转换

行列向量转换

作者: cityhash123 | 来源:发表于2019-07-03 21:53 被阅读0次
    image.png image.png image.png image.png

    doc: https://docs.scipy.org/doc/numpy/reference/generated/numpy.reshape.html

    newshape : int or tuple of ints

    The new shape should be compatible with the original shape. If an integer, then the result will be a 1-D array of that length. One shape dimension can be -1. In this case, the value is inferred from the length of the array and remaining dimensions.

    相关文章

      网友评论

        本文标题:行列向量转换

        本文链接:https://www.haomeiwen.com/subject/xnjhhctx.html