edu.isi.karma.modeling.semantictypes.mycrf.graph
Interface GraphInterface

All Known Implementing Classes:
GraphFieldOnly

public interface GraphInterface

This interface defines the common methods supported by any graph, such as, computing its potential and the partition function.

Author:
amangoel

Method Summary
 void computeGraphPotentialAndZ()
           
 void computeGraphPotentialAndZAndMarginals()
           
 

Method Detail

computeGraphPotentialAndZ

void computeGraphPotentialAndZ()

computeGraphPotentialAndZAndMarginals

void computeGraphPotentialAndZAndMarginals()