Computes the objective function with precomputed characteristics in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the objective function with precomputed characteristics, double or float |
method | The objective function with precomputed characteristics method |
- Enumerations
- ResultId Result identifiers for the precomputed objective function
- References
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.optimization_solver.precomputed.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.optimization_solver.precomputed.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Main constructor
- Variant 2
Constructs the objective function with precomputed characteristics algorithm by copying input objects and parameters of another objective function with precomputed characteristics algorithm
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Allocates memory buffers needed for the computations
- Returns
- Status of computations
Returns a pointer to the newly allocated objective function with precomputed characteristics algorithm with a copy of input objects of this objective function with precomputed characteristics algorithm
- Returns
- Pointer to the newly allocated algorithm
Returns the method of the algorithm
- Returns
- Method of the algorithm
The documentation for this class was generated from the following file: