cve
Class BeliefNetworkFromThreshold

java.lang.Object
  |
  +--ve.DecisionNetwork
        |
        +--cve.BeliefNetworkFromThreshold

public class BeliefNetworkFromThreshold
extends DecisionNetwork

A Belief network constructed from a well formed ContextualBeliefNetwork. Each rule is "for" a single variable, and for each variable, each context is disjoint.


Fields inherited from class ve.DecisionNetwork
maxDomainSize, maxFactorSize, numProbFactors, numVariables, probFactors, stringToVar, variables
 
Constructor Summary
(package private) BeliefNetworkFromThreshold(DecisionNetwork bn, double threshold)
           
 
Methods inherited from class ve.DecisionNetwork
getNumProbFactors, getNumVariables, getProbFactors, getSize, getStringToVar, getVariables, mysort, print, printBrief
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BeliefNetworkFromThreshold

BeliefNetworkFromThreshold(DecisionNetwork bn,
                           double threshold)