edu.ucla.belief.dtree
Class Stats

Object
  extended by Stats

public class Stats
extends Object

Since:
031903
Author:
Keith Cascio

Field Summary
 int height
           
static int INT_INVALID_DTREE_STAT
           
 int maxCluster
           
 int maxContext
           
 int maxCutset
           
 
Constructor Summary
Stats()
           
 
Method Summary
 void clear()
           
 void copy(Stats toCopy)
           
 String toString()
           
 void update(Dtree dtree)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INT_INVALID_DTREE_STAT

public static final int INT_INVALID_DTREE_STAT
See Also:
Constant Field Values

height

public int height

maxCluster

public int maxCluster

maxCutset

public int maxCutset

maxContext

public int maxContext
Constructor Detail

Stats

public Stats()
Method Detail

clear

public void clear()

update

public void update(Dtree dtree)

copy

public void copy(Stats toCopy)

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 UCLA Automated Reasoning Group