Uses of Class
de.jstacs.models.mixture.AbstractMixtureModel.Algorithm

Packages that use AbstractMixtureModel.Algorithm
de.jstacs.models.mixture This package is the super package for any mixture model. 
 

Uses of AbstractMixtureModel.Algorithm in de.jstacs.models.mixture
 

Fields in de.jstacs.models.mixture declared as AbstractMixtureModel.Algorithm
protected  AbstractMixtureModel.Algorithm AbstractMixtureModel.algorithm
          The type of algorithm.
 

Methods in de.jstacs.models.mixture that return AbstractMixtureModel.Algorithm
static AbstractMixtureModel.Algorithm AbstractMixtureModel.Algorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractMixtureModel.Algorithm[] AbstractMixtureModel.Algorithm.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in de.jstacs.models.mixture with parameters of type AbstractMixtureModel.Algorithm
AbstractMixtureModel(int length, Model[] models, boolean[] optimizeModel, int dimension, int starts, boolean estimateComponentProbs, double[] componentHyperParams, double[] weights, AbstractMixtureModel.Algorithm algorithm, double alpha, double eps, AbstractMixtureModel.Parameterization parametrization, int initialIteration, int stationaryIteration, BurnInTest burnInTest)
          Creates a new AbstractMixtureModel.
MixtureModel(int length, Model[] models, int starts, boolean estimateComponentProbs, double[] componentHyperParams, double[] weights, AbstractMixtureModel.Algorithm algorithm, double alpha, double eps, AbstractMixtureModel.Parameterization parametrization, int initialIteration, int stationaryIteration, BurnInTest burnInTest)
          Creates a new MixtureModel.
StrandModel(Model model, int starts, boolean estimateComponentProbs, double[] componentHyperParams, double forwardStrandProb, AbstractMixtureModel.Algorithm algorithm, double alpha, double eps, AbstractMixtureModel.Parameterization parametrization, int initialIteration, int stationaryIteration, BurnInTest burnInTest)
          Creates a new StrandModel.