MayaFlux
0.1.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
method
StatisticalMethod enum value
Definition at line
211
of file
StatisticalAnalyzer.hpp
.
212
{
213
m_method
= method;
214
this->
set_parameter
(
"method"
,
method_to_string
(method));
215
}
MayaFlux::Yantra::StatisticalAnalyzer::m_method
StatisticalMethod m_method
Definition
StatisticalAnalyzer.hpp:457
MayaFlux::Yantra::StatisticalAnalyzer::method_to_string
static std::string method_to_string(StatisticalMethod method)
Convert statistical method enum to string.
Definition
StatisticalAnalyzer.hpp:308
MayaFlux::Yantra::UniversalAnalyzer::set_parameter
void set_parameter(const std::string &name, std::any value) override
Type-safe parameter management with analysis-specific defaults.
Definition
UniversalAnalyzer.hpp:106
MayaFlux
Yantra
StatisticalAnalyzer
Generated by
1.9.8