Uses of Class
de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters.IDGTrainSMParameterSet

Packages that use IDGTrainSMParameterSet
de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous This package contains various inhomogeneous models. 
de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters   
 

Uses of IDGTrainSMParameterSet in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous
 

Constructors in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous with parameters of type IDGTrainSMParameterSet
DAGTrainSM(IDGTrainSMParameterSet params)
          This is the main constructor.
InhomogeneousDGTrainSM(IDGTrainSMParameterSet params)
          Creates a new InhomogeneousDGTrainSM from a given IDGTrainSMParameterSet.
 

Uses of IDGTrainSMParameterSet in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters
 

Subclasses of IDGTrainSMParameterSet in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters
 class BayesianNetworkTrainSMParameterSet
          The ParameterSet for the class BayesianNetworkTrainSM.
 class FSDAGModelForGibbsSamplingParameterSet
          The class for the parameters of a FSDAGModelForGibbsSampling.
 class FSDAGTrainSMParameterSet
          The class for the parameters of a FSDAGTrainSM (fixed structure directed acyclic graphical model).
 class FSMEMParameterSet
          The ParameterSet for a FSMEManager.
 class MEManagerParameterSet
          The ParameterSet for any MEManager.