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

◆ get_methods_for_type()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
template<typename T >
std::vector< std::string > MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::get_methods_for_type ( ) const
inline

Get supported methods for specific input type.

Template Parameters
TInput type to check
Returns
Vector of method names supported for this type

Definition at line 191 of file StatisticalAnalyzer.hpp.

192 {
193 return get_methods_for_type_impl(std::type_index(typeid(T)));
194 }
std::vector< std::string > get_methods_for_type_impl(std::type_index) const
Get supported methods for specific type index.