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

◆ get_methods_for_type_impl()

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

Get supported methods for specific type index.

Parameters
type_infoType index to check
Returns
Vector of supported method names

Definition at line 451 of file StatisticalAnalyzer.hpp.

452 {
453 return get_available_methods();
454 }
std::vector< std::string > get_available_methods() const override
Get available analysis methods.