public class Histogram extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Range,Integer> |
data |
protected Range[] |
ranges |
| Constructor and Description |
|---|
Histogram(float min,
float max,
int bins) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(float value) |
void |
add(List<Float> values) |
int |
computeMaxCount() |
void |
console() |
int |
getCount(int bin) |
Range[] |
ranges() |
void |
setCount(int bin,
int value) |
Copyright © 2016. All rights reserved.