numpy 中向量转成矩阵使用reshape,numpy中矩阵转成向量使用resize ( )
对
举一反三
内容
- 0
numpy中向量转成矩阵使用的方法是: ( ) A: reshape B: reval C: arange D: random
- 1
在numpy中能将向量转成矩阵的并返回该值的函数是_______ A: reshape B: resize C: arange D: random
- 2
numpy中向量转成矩阵使用() A: eshape B: eval C: arange D: andom
- 3
numpy中,生成全0矩阵,使用numpy的__________方法。
- 4
python中的第三方模块numpy是用于矩阵和向量运算的()