|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
de.jstacs.scoringFunctions.directedGraphicalModels | Provides ScoringFunction s that are equivalent to directed graphical models. |
Uses of Parameter in de.jstacs.scoringFunctions.directedGraphicalModels |
---|
Fields in de.jstacs.scoringFunctions.directedGraphicalModels declared as Parameter | |
---|---|
protected Parameter[] |
BayesianNetworkScoringFunction.parameters
The parameters of the scoring function. |
Methods in de.jstacs.scoringFunctions.directedGraphicalModels that return Parameter | |
---|---|
Parameter |
Parameter.clone()
|
Parameter |
ParameterTree.getParameterFor(Sequence seq,
int start)
Returns the Parameter that is responsible for the suffix of
sequence seq starting at position start . |
Methods in de.jstacs.scoringFunctions.directedGraphicalModels that return types with arguments of type Parameter | |
---|---|
LinkedList<Parameter> |
ParameterTree.linearizeParameters()
Extracts the Parameter s from the leaves of this tree in
left-to-right order (as specified by the order of the alphabet) and
returns them as a LinkedList . |
Methods in de.jstacs.scoringFunctions.directedGraphicalModels with parameters of type Parameter | |
---|---|
void |
ParameterTree.setParameterFor(int symbol,
int[][] context,
Parameter par)
Sets the instance of the Parameter for symbol symbol and
context context to Parameter par . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |