48 #ifndef __OPTIMIZATION_SOLVER_BATCH_H__
49 #define __OPTIMIZATION_SOLVER_BATCH_H__
51 #include "algorithms/algorithm.h"
52 #include "data_management/data/numeric_table.h"
53 #include "services/daal_defines.h"
59 namespace optimization_solver
74 class DAAL_EXPORT BatchIface :
public daal::algorithms::Analysis<batch>
78 virtual ~BatchIface() {}
82 using interface1::BatchIface;
daal
Definition: algorithm_base_common.h:57
daal::algorithms::optimization_solver::interface1::BatchIface
Interface for computing the Optimization solver in the batch processing mode.
Definition: optimization_solver_batch.h:74
daal::algorithms::Analysis
Provides methods for execution of operations over data, such as computation of Summary Statistics est...
Definition: analysis.h:94