|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintManager.Decomposition | |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable.discrete | |
| de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous | This package contains various inhomogeneous models. |
| de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters | |
| Uses of ConstraintManager.Decomposition in de.jstacs.sequenceScores.statisticalModels.trainable.discrete |
|---|
| Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete that return ConstraintManager.Decomposition | |
|---|---|
static ConstraintManager.Decomposition |
ConstraintManager.Decomposition.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConstraintManager.Decomposition[] |
ConstraintManager.Decomposition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete with parameters of type ConstraintManager.Decomposition | |
|---|---|
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 ConstraintManager.Decomposition in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous |
|---|
| Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous with parameters of type ConstraintManager.Decomposition | |
|---|---|
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. |
| Uses of ConstraintManager.Decomposition in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters |
|---|
| Constructors in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters with parameters of type ConstraintManager.Decomposition | |
|---|---|
FSMEMParameterSet(AlphabetContainer alphabet,
int length,
double ess,
String description,
ConstraintManager.Decomposition decomposition,
boolean reduce,
byte algorithm,
double epsilon,
String constraints)
The fast constructor. |
|
MEManagerParameterSet(Class<? extends MEManager> instanceClass,
AlphabetContainer alphabet,
int length,
double ess,
String description,
ConstraintManager.Decomposition decomposition,
boolean reduce,
byte algorithm,
double epsilon)
The fast constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||