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 
de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.pmmMeasures Provides the facilities to learn the structure of a BayesianNetworkScoringFunction as a permuted Markov model 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 .
BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet
          Class for the parameters of a BTExplainingAwayResidual structure Measure.
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 .
BTMutualInformation.BTMutualInformationParameterSet
          Class for the parameters of a BTMutualInformation structure Measure.
BTMutualInformation.DataSource
          Enum defining the possible sources of data to compute the mutual information.
 

Classes in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures used by de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.pmmMeasures
BTMutualInformation.DataSource
          Enum defining the possible sources of data to compute the mutual information.