Showing content from http://www.arrayfire.org/docs/group__stat__func__median.htm below:
ArrayFire: median
Find the median of values in the input. More...
Find the median of values in the input.
This function performs the operation across all dimensions of the input array.
◆ af_median()
C Interface for median.
-
Parameters
-
[out] out will contain the median of the input array along dimension
dim
[in] in is the input array [in] dim the dimension along which the median is extracted
-
Returns
-
AF_SUCCESS if the operation is successful, otherwise an appropriate error code is returned.
◆ af_median_all()
C Interface for median.
-
Parameters
-
[out] realVal will contain the real part of median of the entire input array [out] imagVal will contain the imaginary part of median of the entire input array [in] in is the input array
-
Returns
-
AF_SUCCESS if the operation is successful, otherwise an appropriate error code is returned.
◆ median() [1/2]
C++ Interface for median of all elements.
-
Parameters
-
[in] in is the input array
-
Returns
-
median of the entire input array
◆ median() [2/2]
C++ Interface for median.
-
Parameters
-
[in] in is the input array [in] dim the dimension along which the median is extracted
-
Returns
-
the median of the input array along dimension
dim
-
Note
-
dim
is -1 by default. -1 denotes the first non-singleton dimension.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4