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

◆ get_available_methods()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
std::vector< std::string > MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::get_available_methods ( ) const
inlineoverridevirtual

Get available analysis methods.

Returns
Vector of supported statistical method names

Reimplemented from MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >.

Definition at line 180 of file StatisticalAnalyzer.hpp.

181 {
182 return Utils::get_enum_names_lowercase<StatisticalMethod>();
183 }