com.svincent.util
Class RandomUtil.Histogram
java.lang.Object
|
+--com.svincent.util.BaseObject
|
+--com.svincent.util.RandomUtil.Histogram
- Enclosing class:
- RandomUtil
- public static class RandomUtil.Histogram
- extends BaseObject
|
Field Summary |
static boolean |
debug
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
debug
public static final boolean debug
RandomUtil.Histogram
public RandomUtil.Histogram()
addDataPoint
public void addDataPoint(int value)
addDataPoint
public void addDataPoint(int value,
int weight)
getWeight
public int getWeight(int value)
dump
public void dump(java.io.PrintWriter out)
- Overrides:
- dump in class BaseObject
main
public static void main(java.lang.String[] args)
This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/
Copyright © 1999 Shawn P. Vincent.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.