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

◆ get_analysis_type()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = Eigen::VectorXd>
AnalysisType MayaFlux::Yantra::EnergyAnalyzer< InputType, OutputType >::get_analysis_type ( ) const
inlineoverridevirtual

Get analysis type category.

Returns
AnalysisType::FEATURE (energy is a feature extraction operation)

Implements MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >.

Definition at line 149 of file EnergyAnalyzer.hpp.

150 {
152 }
@ FEATURE
Feature extraction and characterization.