Computes values of quantiles in the batch processing mode.
More...
◆ Batch() [1/2]
Constructs algorithm that computes quantiles by copying input objects and parameters of another algorithm
- Parameters
-
context | Context to manage the quantile algorithms |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ Batch() [2/2]
- Parameters
-
context | Context to manage the quantile algorithms |
cls | Data type to use in intermediate computations for the quantile algorithms, Double.class or Float.class |
method | Quantiles computation methods, Method |
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for the quantile algorithms, double or float |
method | Quantiles computation method, daal.algorithms.quantiles.Method |
- Enumerations
- Method Quantiles computation methods
- InputId Identifiers of quantiles input objects
- ResultId Identifiers of quantiles results
◆ clone()
Returns the newly allocated algorithm that computes quantiles with a copy of input objects and parameters of this algorithm
- Parameters
-
context | Context to manage the quantile algorithms |
- Returns
- The newly allocated algorithm
◆ compute()
Runs the quantile algorithm
- Returns
- Quantiles computation results
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store results of the quantile algorithms
- Parameters
-
result | Structure to store results of the quantile algorithms |
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file: