Visible to Intel only — GUID: GUID-0D8394C9-9F14-4D57-8A82-F75CE1EA5295
Visible to Intel only — GUID: GUID-0D8394C9-9F14-4D57-8A82-F75CE1EA5295
vslSSEditStreamQuantiles
Modifies the pointers to parameters related to quantile computations for streaming data.
status = vslsSSEditStreamQuantiles(task, quant_order_n, quant_order, quants, nparams, params);
status = vsldSSEditStreamQuantiles(task, quant_order_n, quant_order, quants, nparams, params);
- mkl.h
Name |
Type |
Description |
---|---|---|
task |
VSLSSTaskPtr |
Descriptor of the task |
quant_order_n |
const MKL_INT* |
Pointer to the number of quantile orders |
quant_order |
const float* for vslsSSEditStreamQuantiles const double* for vsldSSEditStreamQuantiles |
Pointer to the array of quantile orders |
quants |
float* for vslsSSEditStreamQuantiles double* for vsldSSEditStreamQuantiles |
Pointer to the array of quantiles |
nparams |
const MKL_INT* |
Pointer to the number of the algorithm parameters |
params |
const float* for vslsSSEditStreamQuantiles const double* for vsldSSEditStreamQuantiles |
Pointer to the array of the algorithm parameters |
Name |
Type |
Description |
---|---|---|
status |
int |
Current status of the task |
The vslSSEditStreamQuantiles routine replaces pointers to the number of quantile orders, the array of quantile orders, the array of quantiles, the number of the algorithm parameters, and the array of the algorithm parameters with values passed into the routine. If you pass a value of NULL for a specific input parameter, the value of that parameter in the task descriptor is unchanged.