22 #ifndef __ANALYSIS_H__
23 #define __ANALYSIS_H__
25 #include "algorithms/algorithm_base.h"
53 template<ComputeMode mode>
class AnalysisContainerIface :
public AlgorithmContainerImpl<mode>
56 AnalysisContainerIface(daal::services::Environment::env *daalEnv = 0): AlgorithmContainerImpl<mode>(daalEnv) {}
68 template<ComputeMode mode>
class Analysis:
public AlgorithmImpl<mode> {};
daal
Definition: algorithm_base_common.h:31
daal::algorithms::AnalysisContainerIface
Abstract interface class that provides virtual methods to access and run implementations of the analy...
Definition: analysis.h:53
daal::algorithms::Analysis
Provides methods for execution of operations over data, such as computation of Summary Statistics est...
Definition: analysis.h:68