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

◆ get_analyzer_name()

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

Get analyzer name.

Returns
"StatisticalAnalyzer"

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

Definition at line 340 of file StatisticalAnalyzer.hpp.

341 {
342 return "StatisticalAnalyzer";
343 }