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

◆ get_method()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
StatisticalMethod MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::get_method ( ) const
inline

Get current statistical method.

Returns
StatisticalMethod enum value

Definition at line 231 of file StatisticalAnalyzer.hpp.

232 {
233 return m_method;
234 }