Uses of Package
de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures

Packages that use de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures
de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures Provides the facilities to learn the structure of a BayesianNetworkScoringFunction as a Bayesian tree using a number of measures to define a rating of structures 
 

Classes in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures used by de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures
BTExplainingAwayResidual
          Structure learning Measure that computes a maximum spanning tree based on the explaining away residual and uses the resulting tree structure as structure of a Bayesian tree (special case of a Bayesian network) in a BayesianNetworkScoringFunction.
BTMutualInformation
          Structure learning Measure that computes a maximum spanning tree based on mutual information and uses the resulting tree structure as structure of a Bayesian tree (special case of a Bayesian network) in a BayesianNetworkScoringFunction.