Contains classes to run the quantile algorithms.
More...
|
struct | Parameter |
| Parameters of the quantiles algorithm. More...
|
|
class | Input |
| Input objects for the quantiles algorithm More...
|
|
class | Result |
| Provides methods to access final results obtained with the compute() method of the quantiles algorithm in the batch processing mode. More...
|
|
Available identifiers of input objects for the quantiles algorithm
Enumerator |
---|
data |
Input data table
|
Available methods for quantiles computation
Enumerator |
---|
defaultDense |
Default: performance-oriented method. Works with all types of input numeric tables
|
Available identifiers of results of the quantiles algorithm
Enumerator |
---|
quantiles |
Values of quantiles
|