QuantilesCallback sorts splits to categories
(Buckets) based on time ranges.See: Description
| Class | Description |
|---|---|
| AutoQuantilesCallback |
Callback which stores data in buckets to compute quantiles.
|
| Bucket |
Bucket count the number of samples in the range min-max.
|
| Buckets |
List of buckets and quantiles computer.
|
| BucketSample |
Bucket sample. |
| BucketsSample |
Snapshot of
Buckets |
| ExponentialBuckets |
Exponentially organized
Buckets. |
| FixedQuantilesCallback |
Callback which stores data in buckets to compute quantiles.
|
| LinearBuckets |
Linearly organized
Buckets. |
| PropertiesQuantilesCallback |
Callback which stores data in buckets to compute quantiles.
|
| QuantilesCallback |
Callback which stores data in buckets to compute quantiles.
|
| Enum | Description |
|---|---|
| BucketsType |
Enumeration of buckets types, used for configuration purposes.
|
QuantilesCallback sorts splits to categories
(Buckets) based on time ranges. This can be used to
compute quantile approximations or to draw distribution charts.Copyright © 2019. All rights reserved.