24 #ifndef __DISTRIBUTIONS_H__
25 #define __DISTRIBUTIONS_H__
27 #include "algorithms/distributions/distribution_types.h"
33 namespace distributions
45 class DAAL_EXPORT BatchBase :
public daal::algorithms::Analysis<batch>
48 typedef algorithms::distributions::Input InputType;
49 typedef algorithms::distributions::ParameterBase ParameterType;
50 typedef algorithms::distributions::Result ResultType;
53 virtual ~BatchBase() {}
57 using interface1::BatchBase;
daal::algorithms::distributions::interface1::BatchBase::input
InputType input
Definition: distribution.h:52
daal::algorithms::distributions::interface1::BatchBase
Class representing distributions.
Definition: distribution.h:45
daal::algorithms::Analysis
Provides methods for execution of operations over data, such as computation of Summary Statistics est...
Definition: analysis.h:70