armarx::MatrixPercentileFilterBase
Overview
[ "cpp:virtual" ]
class MatrixPercentileFilterBase extends DatafieldFilterBase
MatrixPercentileFilterBase implements a filter which returns a subset of the smallest coefficients of a matrix.
The matrix is transformed int a vector which is sorted in a ascending order. The subset consists of the first entries
of the sorted vector. The size of the subset is defined by parameter percentile which ranges from 0.0 to 1.0.
Data Member Index
- percentile
-
Data Members
float percentile;