edu.ucla.belief.inference
Class RCInfo
Object
RCInfo
public class RCInfo
- extends Object
STR_ARG_PATH_INPUT
public static final String STR_ARG_PATH_INPUT
- See Also:
- Constant Field Values
STR_ARG_PATH_OUTPUT
public static final String STR_ARG_PATH_OUTPUT
- See Also:
- Constant Field Values
STR_ARG_MEMORY_LIMIT
public static final String STR_ARG_MEMORY_LIMIT
- See Also:
- Constant Field Values
STR_PATH_OUTPUT_DEFAULT
public static final String STR_PATH_OUTPUT_DEFAULT
- See Also:
- Constant Field Values
DOUBLE_DOUBLES_PER_MEGABYTE
public static final double DOUBLE_DOUBLES_PER_MEGABYTE
- See Also:
- Constant Field Values
RCInfo
public RCInfo(BeliefNetwork network,
boolean prE_only,
EliminationHeuristic heuristic)
write
public void write(PrintWriter out)
- Since:
- 120103
recursiveCalls
public double recursiveCalls()
allocatedCacheEntries
public BigInteger allocatedCacheEntries()
dgraph
public DGraph dgraph()
cacheEntriesFullCaching
public BigInteger cacheEntriesFullCaching()
recursiveCallsFullCaching
public double recursiveCallsFullCaching()
allocateGreedily
public boolean allocateGreedily(long cacheEntries)
fullCaching
public void fullCaching()
network
public BeliefNetwork network()
domain
public Domain domain()
converter
public Converter converter()
cachedNodes
public Set cachedNodes()
diameter
public int diameter()
height
public int height()
maxClusterSize
public int maxClusterSize()
maxContextSize
public int maxContextSize()
maxCutsetSize
public int maxCutsetSize()
main
public static void main(String[] args)
- Since:
- 20031201
getCompilationTime
public double getCompilationTime()
getMemoryRequirements
public double getMemoryRequirements()
Copyright 2010 UCLA Automated Reasoning Group