48 #ifndef __ANALYSIS_H__ 49 #define __ANALYSIS_H__ 51 #include "algorithms/algorithm_base.h" 79 template<ComputeMode mode>
class AnalysisContainerIface :
public AlgorithmContainerImpl<mode>
82 AnalysisContainerIface(daal::services::Environment::env *daalEnv = 0): AlgorithmContainerImpl<mode>(daalEnv) {}
94 template<ComputeMode mode>
class Analysis:
public AlgorithmImpl<mode> {};
daal::services::interface1::Environment::_envStruct
The environment structure.
Definition: env_detect.h:95
daal
Definition: algorithm_base_common.h:57
daal::algorithms::interface1::AlgorithmContainerImpl
Abstract interface class that provides virtual methods to access and run implementations of the algor...
Definition: algorithm_container_base_common.h:181
daal::algorithms::AnalysisContainerIface
Abstract interface class that provides virtual methods to access and run implementations of the analy...
Definition: analysis.h:79
daal::algorithms::interface1::AlgorithmImpl
Provides implementations of the compute and finalizeCompute methods of the Algorithm class...
Definition: algorithm_base_mode_impl.h:74
daal::algorithms::Analysis
Provides methods for execution of operations over data, such as computation of Summary Statistics est...
Definition: analysis.h:94