Uses of Class
de.jstacs.scoringFunctions.directedGraphicalModels.Parameter

Packages that use Parameter
de.jstacs.scoringFunctions.directedGraphicalModels Provides ScoringFunctions 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 Parameters 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.