edu.ucla.belief.decision
Class Stats

Object
  extended by Stats

public class Stats
extends Object

Since:
010905
Author:
Keith Cascio

Nested Class Summary
static class Stats.Stat
           
 
Field Summary
static NumberFormat FORMAT_PERCENT
           
 Stats.Stat internals
           
 Stats.Stat leaves
           
 Stats.Stat parameters
           
 Stats.Stat[] stats
           
 
Constructor Summary
Stats()
           
 
Method Summary
 void analyzeAncestors(DecisionNode node)
           
 void analyzeDescendants(DecisionNode node)
           
static float calcFraction(int numerator, int denominator)
           
static int numInternalNodes(TableIndex index)
           
 void reset()
           
 void setJoint(FiniteVariable joint)
           
 String toString()
           
 String toStringFull()
           
 void total(Collection collectionofstats)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORMAT_PERCENT

public static final NumberFormat FORMAT_PERCENT

internals

public Stats.Stat internals

leaves

public Stats.Stat leaves

parameters

public Stats.Stat parameters

stats

public Stats.Stat[] stats
Constructor Detail

Stats

public Stats()
Method Detail

reset

public void reset()

analyzeDescendants

public void analyzeDescendants(DecisionNode node)

analyzeAncestors

public void analyzeAncestors(DecisionNode node)

toString

public String toString()
Overrides:
toString in class Object

total

public void total(Collection collectionofstats)
Since:
012405

toStringFull

public String toStringFull()
Since:
012405

setJoint

public void setJoint(FiniteVariable joint)
Since:
012405

numInternalNodes

public static int numInternalNodes(TableIndex index)
Since:
012405

calcFraction

public static float calcFraction(int numerator,
                                 int denominator)


Copyright 2010 UCLA Automated Reasoning Group