Uses of Class
unbbayes.prs.bn.ProbabilisticNetwork

Packages that use ProbabilisticNetwork
unbbayes.controller   
unbbayes.evaluation   
unbbayes.evaluation.controller   
unbbayes.gui   
unbbayes.io   
unbbayes.prs.bn   
unbbayes.prs.builder   
unbbayes.prs.builder.impl   
unbbayes.prs.hybridbn   
unbbayes.simulation.likelihoodweighting.sampling   
unbbayes.simulation.montecarlo.sampling   
 

Uses of ProbabilisticNetwork in unbbayes.controller
 

Methods in unbbayes.controller that return ProbabilisticNetwork
 ProbabilisticNetwork MainController.makeProbabilisticNetwork(ArrayList<Node> nodeList)
          Method responsible for creating a network based on its variables.
 

Methods in unbbayes.controller with parameters of type ProbabilisticNetwork
 void MainController.showProbabilisticNetwork(ProbabilisticNetwork net)
          Shows the given probabilistic network in edition or compilation mode.
 

Uses of ProbabilisticNetwork in unbbayes.evaluation
 

Fields in unbbayes.evaluation declared as ProbabilisticNetwork
protected  ProbabilisticNetwork EvaluationAnalysis.net
           
protected  ProbabilisticNetwork AEvaluation.net
           
 

Methods in unbbayes.evaluation with parameters of type ProbabilisticNetwork
 void IEvaluation.evaluate(ProbabilisticNetwork net, List<String> targetNodeNameList, List<String> evidenceNodeNameList, boolean onlyGCM)
           
 void AEvaluation.evaluate(ProbabilisticNetwork net, List<String> targetNodeNameList, List<String> evidenceNodeNameList, boolean onlyGCM)
           
 

Uses of ProbabilisticNetwork in unbbayes.evaluation.controller
 

Constructors in unbbayes.evaluation.controller with parameters of type ProbabilisticNetwork
EvaluationController(ProbabilisticNetwork network)
           
 

Uses of ProbabilisticNetwork in unbbayes.gui
 

Fields in unbbayes.gui declared as ProbabilisticNetwork
 ProbabilisticNetwork GraphPane.net
           
 

Constructors in unbbayes.gui with parameters of type ProbabilisticNetwork
GraphPane(JDialog dlg, ProbabilisticNetwork n)
           
LearningPNEditionDialog(ProbabilisticNetwork _net)
           
LearningPNEditionPane(JDialog dlg, ProbabilisticNetwork n)
           
 

Uses of ProbabilisticNetwork in unbbayes.io
 

Methods in unbbayes.io that return ProbabilisticNetwork
 ProbabilisticNetwork XMLBIFIO.load(File input)
          Loads a new Probabilistic network from the input file.
 ProbabilisticNetwork DneIO.load(File input)
          Loads a NET format file using default node/network builder.
 ProbabilisticNetwork NetIO.load(File input, IProbabilisticNetworkBuilder networkBuilder)
          Loads a NET format file using network builder
 ProbabilisticNetwork DneIO.load(File input, IProbabilisticNetworkBuilder networkBuilder)
          Loads a NET format file using network builder
 

Uses of ProbabilisticNetwork in unbbayes.prs.bn
 

Methods in unbbayes.prs.bn that return ProbabilisticNetwork
 ProbabilisticNetwork JunctionTreeAlgorithm.getNet()
           
 

Methods in unbbayes.prs.bn with parameters of type ProbabilisticNetwork
 void JunctionTreeAlgorithm.setNet(ProbabilisticNetwork net)
           
 

Uses of ProbabilisticNetwork in unbbayes.prs.builder
 

Methods in unbbayes.prs.builder that return ProbabilisticNetwork
 ProbabilisticNetwork IProbabilisticNetworkBuilder.buildNetwork(String name)
          Generates a new instance of network
 

Uses of ProbabilisticNetwork in unbbayes.prs.builder.impl
 

Methods in unbbayes.prs.builder.impl that return ProbabilisticNetwork
 ProbabilisticNetwork DefaultProbabilisticNetworkBuilder.buildNetwork(String name)
           
 

Uses of ProbabilisticNetwork in unbbayes.prs.hybridbn
 

Fields in unbbayes.prs.hybridbn declared as ProbabilisticNetwork
protected  ProbabilisticNetwork GaussianMixture.clonedPN
           
protected  ProbabilisticNetwork GaussianMixture.pn
           
 

Methods in unbbayes.prs.hybridbn that return ProbabilisticNetwork
protected  ProbabilisticNetwork GaussianMixture.clonePN(ProbabilisticNetwork network)
          As I am not sure if the clone methods are corrected.
 

Methods in unbbayes.prs.hybridbn with parameters of type ProbabilisticNetwork
protected  ProbabilisticNetwork GaussianMixture.clonePN(ProbabilisticNetwork network)
          As I am not sure if the clone methods are corrected.
 

Constructors in unbbayes.prs.hybridbn with parameters of type ProbabilisticNetwork
GaussianMixture(ProbabilisticNetwork pn)
           
 

Uses of ProbabilisticNetwork in unbbayes.simulation.likelihoodweighting.sampling
 

Methods in unbbayes.simulation.likelihoodweighting.sampling with parameters of type ProbabilisticNetwork
 void LikelihoodWeightingSampling.start(ProbabilisticNetwork pn, int nTrials)
           
 

Uses of ProbabilisticNetwork in unbbayes.simulation.montecarlo.sampling
 

Fields in unbbayes.simulation.montecarlo.sampling declared as ProbabilisticNetwork
protected  ProbabilisticNetwork AMonteCarloSampling.pn
           
 

Methods in unbbayes.simulation.montecarlo.sampling with parameters of type ProbabilisticNetwork
 void MatrixMonteCarloSampling.start(ProbabilisticNetwork pn, int nTrials)
          Generates the MC sample with the given size for the given probabilistic network.
 void MapMonteCarloSampling.start(ProbabilisticNetwork pn, int nTrials)
          Generates the MC sample with the given size for the given probabilistic network.
 void IMonteCarloSampling.start(ProbabilisticNetwork pn, int nTrials)
          Generates the MC sample with the given size for the given probabilistic network.
abstract  void AMonteCarloSampling.start(ProbabilisticNetwork pn, int nTrials)
          Generates the MC sample with the given size for the given probabilistic network.
 



Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.