|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_outliers | ( | DataType & | input, |
| double | std_dev_threshold, | ||
| TransformFunc | transform_func | ||
| ) |
Statistical outlier transformation using existing StatisticalAnalyzer (IN-PLACE)
| DataType | OperationReadyData type |
| TransformFunc | Function type for transformation |
| input | Input data - WILL BE MODIFIED |
| std_dev_threshold | Standard deviation threshold for outliers |
| transform_func | Transformation function |
Definition at line 232 of file MatrixHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double().
Here is the call graph for this function: