gpt4 book ai didi

numpy - 在两个 numpy 数组中查找匹配行的索引

转载 作者:行者123 更新时间:2023-12-02 03:47:55 25 4
gpt4 key购买 nike

<分区>

如何找到两个 numpy 数组之间完全匹配的行的索引。例如:

x = np.array(([0,1],
[1,0],
[0,0]))
y = np.array(([0,1],
[1,1],
[0,0]))

这应该返回:

matches = [0,2] # Match at row no 0 and 2

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com