withOutliers()
Home > @gooddata/sdk-backend-spi > IDataView > withOutliers
IDataView.withOutliers() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Adds outliers for this data view.
Signature:
withOutliers(config?: IOutliersConfig, result?: IOutliersResult): IDataView;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
config |
(Optional) outliers configuration | |
|
result |
(Optional) outliers result |
Returns:
new data view with outliers enabled