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 the constructor creates an empty FSDAGMParameterSet from the class that can be instantiated using this FSDAGMParameterSet.
FSDAGMParameterSet(Class<? extends FSDAGModel> clazz, AlphabetContainer alphabet, int length, double ess, String description, String graph)
          This constructor creates an FSDAGMParameterSet instance for the specified class.
 

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)
          Creates a new SharedStructureClassifier from given FSDAGModels.
SharedStructureMixture(FSDAGModel[] m, StructureLearner.ModelType model, byte order, int starts, boolean estimateComponentProbs, double[] weights, double alpha, double epsilon)
          Creates a new SharedStructureMixture instance with all relevant values.
SharedStructureMixture(FSDAGModel[] m, StructureLearner.ModelType model, byte order, int starts, double[] weights, double alpha, double epsilon)
          Creates a new SharedStructureMixture instance with fixed component weights.
SharedStructureMixture(FSDAGModel[] m, StructureLearner.ModelType model, byte order, int starts, double alpha, double epsilon)
          Creates a new SharedStructureMixture instance which estimates the component probabilities/weights.
 

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 (see FSDAGModel) that can be used in a Gibbs sampling.