比较一个numpy数组和另一个数组的每个元素

时间:2018-08-13 12:39:01

标签: python numpy comparison

A = np.array([5,1,5,8])
B = np.array([2,5])

我想将A数组与B的每个元素进行比较。换句话说,我正在寻找一个执行以下计算的函数:

A>2
A>5
(array([ True, False,  True,  True]), array([False, False, False,  True]))

1 个答案:

答案 0 :(得分:2)

并不是特别花哨,但可以理解列表:

InnerLamda innerLamda = str -> {
    //implementation will go here.
    // return the response
}

您还可以使用np.greater(),它需要Brenlla在注释中使用的添加维技巧:

//class_name::<type_here>method_name
lamdaFunctions::<String>process