创新互联Python教程:Python中numpy.where()函数的使用

本文教程操作环境:windows7系统、Python 3.9.1,DELL G3电脑。

1、概念

numpy.where(condition [,x,y])函数返回满足给定条件的输入数组中元素的索引。

2、参数

condition

3、返回值

返回out

代码1:

# Python program explaining       # where() function         import numpy as np       np.where([[True, False], [True, True]],         [[1, 2], [3, 4]], [[5, 6], [7, 8]])

输出:

array([[1, 6],       [3, 4]])

代码2:

# Python program explaining       # where() function         import numpy as np       # a is an array of integers.     a = np.array([[1, 2, 3], [4, 5, 6]])       print(a)       print ('Indices of elements <4')       b = np.where(a<4)     print(b)       print("Elements which are <4")     print(a[b])

输出:

[[1 2 3] [4 5 6]]Indices of elements <4 (array([0, 0, 0], dtype=int64), array([0, 1, 2], dtype=int64)) Elements which are <4 array([1, 2, 3])

以上就是Python中numpy.where()函数的使用方法。


当前题目:创新互联Python教程:Python中numpy.where()函数的使用
分享链接:http://www.kmzsk.com/article/dhcepdp.html

其他资讯

Copyright © 2026 昆明姝彩聂商贸有限公司 All Rights Reserved 滇ICP备2025072963号-9
友情链接: 自适应网站建设 成都网站建设公司 重庆网站制作 成都网站建设推广 企业网站制作 网站建设开发 网站设计 外贸网站建设 手机网站制作 成都网站建设 成都企业网站建设 网站设计制作报价 定制级高端网站建设 企业网站设计 成都网站设计 手机网站设计 成都网站建设公司 H5网站制作 公司网站建设 网站制作公司 营销网站建设 专业网站设计