edu.ucla.belief.recursiveconditioning
Class RC.RCStats_All
Object
RC.RCStats
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).
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. |
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