Extract arrays based on positions indicated in another array

前端 未结 0 1403
醉话见心
醉话见心 2021-01-24 17:53

I have the data below as an example:

import numpy as np

data=[np.array([[0.9,0.6,0.5,0.4,0.7],[0.8,0.0,0.0,0.8,0.2],
[0.9,0.0,0.4,0.4,0.3],[0.9,0.6,0.3,0.2,0.5],         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题