public class FloatHistogram extends Histogram
| Constructor and Description |
|---|
FloatHistogram(double min,
double max) |
FloatHistogram(double min,
double max,
double binsPerDecade) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
bucketIndex(double x) |
long[] |
getCompressedCounts() |
void |
readObject(ObjectInputStream in) |
void |
writeObject(ObjectOutputStream out) |
public FloatHistogram(double min,
double max)
public FloatHistogram(double min,
double max,
double binsPerDecade)
protected int bucketIndex(double x)
bucketIndex in class Histogrampublic long[] getCompressedCounts()
public void writeObject(ObjectOutputStream out) throws IOException
IOExceptionpublic void readObject(ObjectInputStream in) throws IOException
IOExceptionCopyright © 2021. All rights reserved.