edu.ucla.belief.recursiveconditioning
Class RC.RCStats_All

Object
  extended by RC.RCStats
      extended by RC.RCStats_All
Enclosing class:
RC

public final class RC.RCStats_All
extends RC.RCStats

Handle storing and computing computational statistics based on doing All computations (on graphs it would be for all marginals, and for trees it would be the same as Pe).


Field Summary
 
Fields inherited from class RC.RCStats
entriesToMB, NOT_COMPUTED_dbl, NOT_COMPUTED_int
 
Constructor Summary
RC.RCStats_All()
          Create an RCStats object without doing any computations yet.
RC.RCStats_All(int numNodes, double numCacheEntries, double expectedNumberOfRCCalls)
          Warning: If you don't know the value of one of the parameters, you must pass in NOT_COMPUTED_int or NOT_COMPUTED_dbl, otherwise the classes will not work.
 
Method Summary
 
Methods inherited from class RC.RCStats
calculateStats, expectedNumberOfRCCalls, numCacheEntries, numCacheEntriesMB, numInternalNodes, numLeafNodes, numNodes, numNodesCached, numNodesNotCached, reset
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RC.RCStats_All

public RC.RCStats_All()
Create an RCStats object without doing any computations yet.


RC.RCStats_All

public RC.RCStats_All(int numNodes,
                      double numCacheEntries,
                      double expectedNumberOfRCCalls)
Warning: If you don't know the value of one of the parameters, you must pass in NOT_COMPUTED_int or NOT_COMPUTED_dbl, otherwise the classes will not work.



Copyright 2010 UCLA Automated Reasoning Group