48 #ifndef __DISTRIBUTIONS_H__ 49 #define __DISTRIBUTIONS_H__ 51 #include "algorithms/distributions/distribution_types.h" 57 namespace distributions
69 class DAAL_EXPORT BatchBase :
public daal::algorithms::Analysis<batch>
72 typedef algorithms::distributions::Input InputType;
73 typedef algorithms::distributions::ParameterBase ParameterType;
74 typedef algorithms::distributions::Result ResultType;
77 virtual ~BatchBase() {}
81 using interface1::BatchBase;
daal
Definition: algorithm_base_common.h:57
daal::algorithms::distributions::interface1::BatchBase::input
InputType input
Definition: distribution.h:76
daal::algorithms::distributions::interface1::ParameterBase
Definition: distribution_types.h:99
daal::algorithms::distributions::interface1::BatchBase
Class representing distributions.
Definition: distribution.h:69
daal::algorithms::distributions::interface1::Result
Provides methods to access the result obtained with the compute() method of the distribution.
Definition: distribution_types.h:152
daal::algorithms::Analysis
Provides methods for execution of operations over data, such as computation of Summary Statistics est...
Definition: analysis.h:94