|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.grmm.learning.ACRF.Template cc.mallet.grmm.learning.ACRF.SequenceTemplate cc.mallet.grmm.examples.CrossTemplate1
public class CrossTemplate1
$Id: CrossTemplate1.java,v 1.1 2007/10/22 21:38:02 mccallum Exp $
Field Summary |
---|
Fields inherited from class cc.mallet.grmm.learning.ACRF.Template |
---|
index, weights |
Constructor Summary | |
---|---|
CrossTemplate1(int lvl1,
int lvl2)
|
Method Summary | |
---|---|
protected void |
addInstantiatedCliques(ACRF.UnrolledGraph graph,
FeatureVectorSequence fvs,
LabelsAssignment lblseq)
Adds all instiated cliques for an instance. |
Methods inherited from class cc.mallet.grmm.learning.ACRF.SequenceTemplate |
---|
addInstantiatedCliques |
Methods inherited from class cc.mallet.grmm.learning.ACRF.Template |
---|
addSomeUnsupportedWeights, computeAssignment, computeFactor, createFactorMatrix, getAssignmentsPresent, getDefaultWeight, getDefaultWeights, getWeights, initWeights, isSupportedOnly, isTrainable, isUnsupportedWeightsAdded, modifyPotential, setDefaultWeight, setDefaultWeights, setTrainable, setWeights |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrossTemplate1(int lvl1, int lvl2)
Method Detail |
---|
protected void addInstantiatedCliques(ACRF.UnrolledGraph graph, FeatureVectorSequence fvs, LabelsAssignment lblseq)
ACRF.SequenceTemplate
addInstantiatedCliques
in class ACRF.SequenceTemplate
graph
- The graph that the cliques will be added to.fvs
- The input features of the instance to unroll the
cliques for.lblseq
- The label sequence of the instance being unrolled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |