org.metasyntactic.ai.learning
Class Information
java.lang.Object
|
+--org.metasyntactic.ai.learning.Information
- public class Information
- extends java.lang.Object
See Russell & Norvig P. 540 for now
Method Summary |
static double |
content(double[] probabilities)
|
static double |
content(double a,
double b)
|
static double |
content(int[] answerCounts)
|
static double |
content(int p,
int n)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Information
public Information()
content
public static double content(double a,
double b)
content
public static double content(double[] probabilities)
content
public static double content(int p,
int n)
content
public static double content(int[] answerCounts)
main
public static void main(java.lang.String[] args)