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

◆ supports_input_type()

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

Check if analyzer supports given input type.

Template Parameters
TInput type to check
Returns
True if supported

Definition at line 202 of file StatisticalAnalyzer.hpp.

203 {
204 return !get_methods_for_type<T>().empty();
205 }