Uses of Class
de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.InhomogeneousDGTrainSM

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

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

Subclasses of InhomogeneousDGTrainSM in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous
 class BayesianNetworkTrainSM
          The class implements a Bayesian network ( StructureLearner.ModelType.BN ) of fixed order.
 class DAGTrainSM
          The abstract class for directed acyclic graphical models (DAGTrainSM).
 class FSDAGModelForGibbsSampling
          This is the class for a fixed structure directed acyclic graphical model (see FSDAGTrainSM) that can be used in a Gibbs sampling.
 class FSDAGTrainSM
          This class can be used for any discrete fixed structure directed acyclic graphical model ( FSDAGTrainSM).
 

Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous that return InhomogeneousDGTrainSM
 InhomogeneousDGTrainSM InhomogeneousDGTrainSM.clone()
           
 

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

Constructor parameters in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters with type arguments of type InhomogeneousDGTrainSM
IDGTrainSMParameterSet(Class<? extends InhomogeneousDGTrainSM> instanceClass)
          This constructor creates an empty IDGTrainSMParameterSet instance from the class that can be instantiated using this IDGTrainSMParameterSet.
IDGTrainSMParameterSet(Class<? extends InhomogeneousDGTrainSM> instanceClass, AlphabetContainer alphabet, int length, double ess, String description)
          This constructor creates an IDGTrainSMParameterSet instance for the specified class.