C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the association rules algorithm. This class is associated with daal::algorithms::association_rules::Batch class. More...
algorithmFPType | Data type to use in intermediate computations for the association rules algorithm, double or float |
method | Association rules algorithm computation method, daal::algorithms::association_rules::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the association rules algorithm with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
|
virtual |
Computes the result of the association rules algorithm in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.