Computes values of quantiles in the batch processing mode.
More...
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 |
- 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
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
Runs the quantile algorithm
- Returns
- Quantiles computation results
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 |
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file: