|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectendrov.typeNetwork.DoubleHistogram
public class DoubleHistogram
| Field Summary | |
|---|---|
java.util.Map<java.lang.Double,java.lang.Integer> |
hist
|
| Constructor Summary | |
|---|---|
DoubleHistogram()
|
|
| Method Summary | |
|---|---|
void |
count(double val)
|
void |
count(double val,
int c)
|
void |
createEmptyIntegerBins(int from,
int to)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.Map<java.lang.Double,java.lang.Integer> hist
| Constructor Detail |
|---|
public DoubleHistogram()
| Method Detail |
|---|
public void count(double val)
public void count(double val,
int c)
public void createEmptyIntegerBins(int from,
int to)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||