cc.mallet.grmm.learning
Interface ACRF.GraphPostProcessor

All Superinterfaces:
java.io.Serializable
Enclosing class:
ACRF

public static interface ACRF.GraphPostProcessor
extends java.io.Serializable

Interface for making global transformations to an unrolled graph after it has been generated. For example, directed models can be simulated by selectively normalizing potentials.


Method Summary
 void process(ACRF.UnrolledGraph graph, Instance inst)
           
 

Method Detail

process

void process(ACRF.UnrolledGraph graph,
             Instance inst)