NumPy基礎二:數組的布爾型索引與花式索引

布爾型索引 首先使用randn函數生成一些正態分佈的隨機數據:web In: data = np.random.randn(7,4) In: data Out: array([[ 1.78428451, -0.99784436, 0.61964546, 0.24195066], [ 0.99637878, -0.09172188, 1.59188591, -0.6972320
相關文章
相關標籤/搜索