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

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

Uses of MEM in de.jstacs.sequenceScores.statisticalModels.trainable.discrete
 

Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete that return MEM
static MEM[] ConstraintManager.disconnect(AbstractList<int[]> list, int[] alphabetLength, ConstraintManager.Decomposition decomposition)
          This method tries to disconnect the constraints and create the models.
 

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

Fields in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous declared as MEM
protected  MEM[] MEManager.factors
          The independent maximum entropy models.
 

Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous that return MEM
 MEM MEM.clone()
           
protected  MEM[] MEManager.getFactors(ArrayList<int[]> list, boolean reduce, ConstraintManager.Decomposition decomposition)
          This method returns an array of independent maximum entropy models parsed from the given constraints.
protected  MEM[] MEManager.getFactors(String constraints, boolean reduce, ConstraintManager.Decomposition decomposition)
          This method returns an array of independent maximum entropy models parsed from the given constraints.