Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

numpy compute min over all axes except

#compute sum over 1st and 2nd axis
arr.sum(axis=(1,2))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #numpy #compute #min #axes
ADD COMMENT
Topic
Name
3+2 =