| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous |
This package contains various inhomogeneous models.
|
| de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters |
| Modifier and Type | Class and Description |
|---|---|
class |
FSMEManager
This class can be used for any discrete fixed structure maximum entropy model (FSMEM).
|
| Modifier and Type | Method and Description |
|---|---|
MEManager |
MEManager.clone() |
| Constructor and Description |
|---|
MEManagerParameterSet(Class<? extends MEManager> instanceClass)
The constructor an empty constructor of extended class.
|
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.
|