Uses of Class
cc.mallet.grmm.learning.ACRF.UnrolledGraph

Packages that use ACRF.UnrolledGraph
cc.mallet.grmm.examples   
cc.mallet.grmm.learning   
cc.mallet.grmm.learning.templates   
 

Uses of ACRF.UnrolledGraph in cc.mallet.grmm.examples
 

Methods in cc.mallet.grmm.examples with parameters of type ACRF.UnrolledGraph
protected  void CrossTemplate1.addInstantiatedCliques(ACRF.UnrolledGraph graph, FeatureVectorSequence fvs, LabelsAssignment lblseq)
           
 

Uses of ACRF.UnrolledGraph in cc.mallet.grmm.learning
 

Methods in cc.mallet.grmm.learning that return ACRF.UnrolledGraph
 ACRF.UnrolledGraph ACRF.unroll(Instance inst)
           
 ACRF.UnrolledGraph ACRF.unrollStructureOnly(Instance inst)
           
 

Methods in cc.mallet.grmm.learning with parameters of type ACRF.UnrolledGraph
protected abstract  void ACRF.SequenceTemplate.addInstantiatedCliques(ACRF.UnrolledGraph graph, FeatureVectorSequence fvs, LabelsAssignment lblseq)
          Adds all instiated cliques for an instance.
 void ACRF.BigramTemplate.addInstantiatedCliques(ACRF.UnrolledGraph graph, FeatureVectorSequence fvs, LabelsAssignment lblseq)
           
 void ACRF.UnigramTemplate.addInstantiatedCliques(ACRF.UnrolledGraph graph, FeatureVectorSequence fvs, LabelsAssignment lblseq)
           
 void ACRF.PairwiseFactorTemplate.addInstantiatedCliques(ACRF.UnrolledGraph graph, FeatureVectorSequence fvs, LabelsAssignment lblseq)
           
abstract  void ACRF.Template.addInstantiatedCliques(ACRF.UnrolledGraph graph, Instance instance)
          Adds all instiated cliques for an instance.
 void ACRF.SequenceTemplate.addInstantiatedCliques(ACRF.UnrolledGraph graph, Instance instance)
           
protected  void ACRF.Template.modifyPotential(ACRF.UnrolledGraph unrolledGraph, ACRF.UnrolledVarSet clique, AbstractTableFactor ptl)
          Modifies a factor computed from this template.
 void ACRF.GraphPostProcessor.process(ACRF.UnrolledGraph graph, Instance inst)
           
 

Constructors in cc.mallet.grmm.learning with parameters of type ACRF.UnrolledGraph
ACRF.UnrolledVarSet(ACRF.UnrolledGraph graph, ACRF.Template tmpl, Variable[] vars, FeatureVector fv)
           
 

Uses of ACRF.UnrolledGraph in cc.mallet.grmm.learning.templates
 

Methods in cc.mallet.grmm.learning.templates with parameters of type ACRF.UnrolledGraph
 void SimilarTokensTemplate.addInstantiatedCliques(ACRF.UnrolledGraph graph, FeatureVectorSequence fvs, LabelsAssignment lblseq)