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

◆ set_method() [2/2]

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

Set statistical analysis method.

Parameters
methodStatisticalMethod enum value

Definition at line 215 of file StatisticalAnalyzer.hpp.

216 {
217 m_method = method;
218 this->set_parameter("method", method_to_string(method));
219 }
static std::string method_to_string(StatisticalMethod method)
Convert statistical method enum to string.
void set_parameter(const std::string &name, std::any value) override
Type-safe parameter management with analysis-specific defaults.

References MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::m_method, MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::method_to_string(), and MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::set_parameter().

+ Here is the call graph for this function: