Uses of Class
de.jstacs.models.discrete.inhomogeneous.FSDAGModel

Packages that use FSDAGModel
de.jstacs.models.discrete.inhomogeneous.parameters   
de.jstacs.models.discrete.inhomogeneous.shared   
de.jstacs.models.mixture.gibbssampling This package contains many classes that can be used while a Gibbs sampling. 
 

Uses of FSDAGModel in de.jstacs.models.discrete.inhomogeneous.parameters
 

Constructor parameters in de.jstacs.models.discrete.inhomogeneous.parameters with type arguments of type FSDAGModel
FSDAGMParameterSet(Class<? extends FSDAGModel> clazz)
          This is the constructor that creates an empty parameter set.
FSDAGMParameterSet(Class<? extends FSDAGModel> clazz, AlphabetContainer alphabet, int length, double ess, String description, String graph)
          This is the constructor that creates a filled parameter set.
 

Uses of FSDAGModel in de.jstacs.models.discrete.inhomogeneous.shared
 

Constructors in de.jstacs.models.discrete.inhomogeneous.shared with parameters of type FSDAGModel
SharedStructureClassifier(int length, StructureLearner.ModelType model, byte order, StructureLearner.LearningType method, FSDAGModel... models)
          The main constructor.
SharedStructureMixture(FSDAGModel[] m, StructureLearner.ModelType model, byte order, int starts, boolean estimateComponentProbs, double[] weights, double alpha, double epsilon)
          This constructor is used from the other main constructors.
SharedStructureMixture(FSDAGModel[] m, StructureLearner.ModelType model, byte order, int starts, double[] weights, double alpha, double epsilon)
          This main constructor creates an instance with fixed component weights.
SharedStructureMixture(FSDAGModel[] m, StructureLearner.ModelType model, byte order, int starts, double alpha, double epsilon)
          This main constructor creates an instance which estimates the component probabilities.
 

Uses of FSDAGModel in de.jstacs.models.mixture.gibbssampling
 

Subclasses of FSDAGModel in de.jstacs.models.mixture.gibbssampling
 class FSDAGModelForGibbsSampling
          This is the class for a fixed structure directed acyclic graphical model that can be used in a Gibbs sampling.