|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint | |
|---|---|
| de.jstacs.models.discrete | |
| de.jstacs.models.discrete.homogeneous | |
| de.jstacs.models.discrete.inhomogeneous | This package contains various inhomogeneous models. |
| Uses of Constraint in de.jstacs.models.discrete |
|---|
| Methods in de.jstacs.models.discrete that return Constraint | |
|---|---|
protected Constraint |
Constraint.clone()
|
| Methods in de.jstacs.models.discrete with parameters of type Constraint | |
|---|---|
static void |
ConstraintManager.computeFreqs(double ess,
Constraint... constr)
This method computes the (smoothed) relative frequencies. |
static double |
ConstraintManager.countInhomogeneous(AlphabetContainer alphabets,
int length,
Sample data,
double[] weights,
boolean reset,
Constraint... constr)
Fills the (inhomogeneous) Constraint constr with the
weighted absolute frequencies of the Sample data. |
static double |
ConstraintManager.getEntropy(Constraint c)
Tries to compute the entropy of a Constraint as exact as
possible. |
static double |
ConstraintManager.getLogGammaSum(Constraint c,
double ess)
Computes the sum of the differences between the logarithmic values of the prior knowledge and all counts of a Constraint c. |
| Uses of Constraint in de.jstacs.models.discrete.homogeneous |
|---|
| Subclasses of Constraint in de.jstacs.models.discrete.homogeneous | |
|---|---|
protected class |
HomogeneousModel.HomCondProb
This class handles the (conditional) probabilities of a homogeneous model in a fast way. |
| Methods in de.jstacs.models.discrete.homogeneous with parameters of type Constraint | |
|---|---|
protected int |
HomogeneousModel.chooseFromDistr(Constraint distr,
int start,
int end,
double randNo)
Chooses a value in [0,end-start] according to the
distribution encoded in the frequencies of distr between the
indices start and end. |
| Uses of Constraint in de.jstacs.models.discrete.inhomogeneous |
|---|
| Subclasses of Constraint in de.jstacs.models.discrete.inhomogeneous | |
|---|---|
class |
InhCondProb
This class handles (conditional) probabilities of sequences for inhomogeneous models. |
class |
InhConstraint
This class is the superclass for all inhomogeneous constraints. |
class |
MEMConstraint
This constraint can be used for any maximum entropy model (MEM) application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||