edu.ucla.belief.inference
Class RCInfo

Object
  extended by RCInfo

public class RCInfo
extends Object


Field Summary
static double DOUBLE_DOUBLES_PER_MEGABYTE
           
static String STR_ARG_MEMORY_LIMIT
           
static String STR_ARG_PATH_INPUT
           
static String STR_ARG_PATH_OUTPUT
           
static String STR_PATH_OUTPUT_DEFAULT
           
 
Constructor Summary
RCInfo(BeliefNetwork network, boolean prE_only, EliminationHeuristic heuristic)
           
 
Method Summary
 BigInteger allocatedCacheEntries()
           
 boolean allocateGreedily(long cacheEntries)
           
 Set cachedNodes()
           
 BigInteger cacheEntriesFullCaching()
           
 Converter converter()
           
 DGraph dgraph()
           
 int diameter()
           
 Domain domain()
           
 void fullCaching()
           
 double getCompilationTime()
           
 double getMemoryRequirements()
           
 int height()
           
static void main(String[] args)
           
 int maxClusterSize()
           
 int maxContextSize()
           
 int maxCutsetSize()
           
 BeliefNetwork network()
           
 double recursiveCalls()
           
 double recursiveCallsFullCaching()
           
 void write(PrintWriter out)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RCInfo

public RCInfo(BeliefNetwork network,
              boolean prE_only,
              EliminationHeuristic heuristic)
Method Detail

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