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

◆ method_to_string()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
static std::string MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::method_to_string ( StatisticalMethod  method)
inlinestatic

Convert statistical method enum to string.

Parameters
methodStatisticalMethod value
Returns
String representation

Definition at line 308 of file StatisticalAnalyzer.hpp.

309 {
310 return Utils::enum_to_lowercase_string(method);
311 }
std::string enum_to_lowercase_string(EnumType value) noexcept
Universal enum to lowercase string converter using magic_enum.
Definition EnumUtils.hpp:38