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

Packages that use ACRF.Template
cc.mallet.grmm.examples   
cc.mallet.grmm.learning   
cc.mallet.grmm.learning.extract   
cc.mallet.grmm.learning.templates   
 

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

Subclasses of ACRF.Template in cc.mallet.grmm.examples
 class CrossTemplate1
          $Id: CrossTemplate1.java,v 1.1 2007/10/22 21:38:02 mccallum Exp $
 

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

Subclasses of ACRF.Template in cc.mallet.grmm.learning
static class ACRF.BigramTemplate
          A template that adds edges between adjacent nodes in a label sequence for one factor.
static class ACRF.FixedFactorTemplate
           
static class ACRF.PairwiseFactorTemplate
          A template that adds edges between cotemporal nodes of a given pair of factors.
static class ACRF.SequenceTemplate
          Abstract class for Templates that expect a (FeatureVectorSequence, LabelsSequence) for their instances.
static class ACRF.UnigramTemplate
          A template that adds node potentials for a given factor.
 

Methods in cc.mallet.grmm.learning that return ACRF.Template
 ACRF.Template[] ACRF.getFixedTemplates()
           
 ACRF.Template ACRF.UnrolledVarSet.getTemplate()
           
 ACRF.Template[] ACRF.getTemplates()
           
 

Methods in cc.mallet.grmm.learning with parameters of type ACRF.Template
 void ACRF.addFixedPotential(ACRF.Template tmpl)
           
 void ACRF.addFixedPotentials(ACRF.Template[] tmpls)
           
 void ACRF.setFixedPotentials(ACRF.Template[] fixed)
           
 

Constructors in cc.mallet.grmm.learning with parameters of type ACRF.Template
ACRF.UnrolledGraph(Instance inst, ACRF.Template[] templates, ACRF.Template[] fixed)
           
ACRF.UnrolledGraph(Instance inst, ACRF.Template[] templates, ACRF.Template[] fixed)
           
ACRF.UnrolledGraph(Instance inst, ACRF.Template[] templates, java.util.List fixed, boolean setupPotentials)
          Creates a graphical model for a given instance.
ACRF.UnrolledVarSet(ACRF.UnrolledGraph graph, ACRF.Template tmpl, Variable[] vars, FeatureVector fv)
           
ACRF(Pipe inputPipe, ACRF.Template[] tmpls)
          Create a ACRF for a 1-d sequence.
 

Uses of ACRF.Template in cc.mallet.grmm.learning.extract
 

Fields in cc.mallet.grmm.learning.extract declared as ACRF.Template
protected  ACRF.Template[] ACRFExtractorTrainer.tmpls
           
 

Methods in cc.mallet.grmm.learning.extract with parameters of type ACRF.Template
 ACRFExtractorTrainer ACRFExtractorTrainer.setTemplates(ACRF.Template[] tmpls)
           
 

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

Subclasses of ACRF.Template in cc.mallet.grmm.learning.templates
 class SimilarTokensTemplate
          Template for adding "skip edges" as in