public static class WavefrontHistogramImpl.Distribution
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Pair<java.lang.Double,java.lang.Integer>> |
centroids
The list of histogram points, each a 2-dimensional
Pair where the first dimension
is the mean value (Double) of the centroid and second dimension is the count of points in
that centroid. |
long |
timestamp
The timestamp in milliseconds since the epoch.
|
| Constructor and Description |
|---|
Distribution(long timestamp,
java.util.List<Pair<java.lang.Double,java.lang.Integer>> centroids) |
public Distribution(long timestamp,
java.util.List<Pair<java.lang.Double,java.lang.Integer>> centroids)
Copyright © 2023. All rights reserved.