|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.grmm.learning.ACRF.Template
cc.mallet.grmm.learning.ACRF.SequenceTemplate
cc.mallet.grmm.learning.ACRF.UnigramTemplate
public static class ACRF.UnigramTemplate
A template that adds node potentials for a given factor.
| Field Summary |
|---|
| Fields inherited from class cc.mallet.grmm.learning.ACRF.Template |
|---|
index, weights |
| Constructor Summary | |
|---|---|
ACRF.UnigramTemplate(int factor)
|
|
| Method Summary | |
|---|---|
void |
addInstantiatedCliques(ACRF.UnrolledGraph graph,
FeatureVectorSequence fvs,
LabelsAssignment lblseq)
Adds all instiated cliques for an instance. |
java.lang.String |
toString()
|
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public ACRF.UnigramTemplate(int factor)
| Method Detail |
|---|
public void addInstantiatedCliques(ACRF.UnrolledGraph graph,
FeatureVectorSequence fvs,
LabelsAssignment lblseq)
ACRF.SequenceTemplate
addInstantiatedCliques in class ACRF.SequenceTemplategraph - 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.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||