Uses of Class
org.square.qa.utilities.constructs.Models.BayesModel

Packages that use Models.BayesModel
org.square.qa.algorithms   
org.square.qa.utilities.constructs   
 

Uses of Models.BayesModel in org.square.qa.algorithms
 

Methods in org.square.qa.algorithms that return Models.BayesModel
 Models.BayesModel BayesGeneralized.getCurrentModel()
          Get BayesModel
 

Constructors in org.square.qa.algorithms with parameters of type Models.BayesModel
BayesGeneralized(Models.BayesModel model, boolean loadFromModel)
          Constructor for BayesGeneralized
 

Uses of Models.BayesModel in org.square.qa.utilities.constructs
 

Methods in org.square.qa.utilities.constructs that return Models.BayesModel
 Models.BayesModel Models.getBayesModel()
          Get BayesModel
 Models.BayesModel Models.getBayesTestModel()
          Get BayesModel -- test configuration
 

Methods in org.square.qa.utilities.constructs with parameters of type Models.BayesModel
 void Models.setBayesModel(Models.BayesModel bayesModel)
          Set BayesModel
 void Models.setBayesTestModel(Models.BayesModel bTestModel)
          Set BayesModel -- test configuration
 



Copyright © 2013. All Rights Reserved.