MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ classify_statistical_level()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
StatisticalLevel MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::classify_statistical_level ( double  value) const
inline

Classify statistical value qualitatively.

Parameters
valueStatistical value to classify
Returns
StatisticalLevel classification

Definition at line 292 of file StatisticalAnalyzer.hpp.

References MayaFlux::Yantra::EXTREME_HIGH, MayaFlux::Yantra::EXTREME_LOW, MayaFlux::Yantra::HIGH, MayaFlux::Yantra::LOW, MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::m_extreme_high_threshold, MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::m_extreme_low_threshold, MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::m_high_threshold, MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::m_low_threshold, MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::m_outlier_threshold, MayaFlux::Yantra::NORMAL, and MayaFlux::Yantra::OUTLIER.

Referenced by MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::create_analysis_result().

+ Here is the caller graph for this function: