public class FloatHistogram extends Object implements Serializable
| Constructor and Description |
|---|
FloatHistogram(double min,
double max) |
FloatHistogram(double min,
double max,
double binsPerDecade) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double v) |
double[] |
getBounds() |
long[] |
getCompressedCounts() |
long[] |
getCounts() |
void |
readObject(ObjectInputStream in) |
void |
writeObject(ObjectOutputStream out) |
public FloatHistogram(double min,
double max)
public FloatHistogram(double min,
double max,
double binsPerDecade)
public void add(double v)
public double[] getBounds()
public long[] getCounts()
public long[] getCompressedCounts()
public void writeObject(ObjectOutputStream out) throws IOException
IOExceptionpublic void readObject(ObjectInputStream in) throws IOException
IOExceptionCopyright © 2017. All rights reserved.