edu.isi.karma.modeling.semantictypes.mycrf.crfmodel
Class CRFModelFieldOnly

java.lang.Object
  extended by edu.isi.karma.modeling.semantictypes.mycrf.crfmodel.CRFModelAbstract
      extended by edu.isi.karma.modeling.semantictypes.mycrf.crfmodel.CRFModelFieldOnly

public class CRFModelFieldOnly
extends CRFModelAbstract

This class represents the CRF model that is trained on single node graphs. These single node graphs represent a field (without considering its neighbors and without splitting it into tokens) Its main properties are a list of feature functions and a double[] array to store their weights.

Author:
amangoel

Field Summary
 java.util.ArrayList<LblFtrPair> ffs
           
 
Fields inherited from class edu.isi.karma.modeling.semantictypes.mycrf.crfmodel.CRFModelAbstract
weights
 
Constructor Summary
CRFModelFieldOnly(GlobalDataFieldOnly globalData)
           
 
Method Summary
 void createFFsFromGraphs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ffs

public java.util.ArrayList<LblFtrPair> ffs
Constructor Detail

CRFModelFieldOnly

public CRFModelFieldOnly(GlobalDataFieldOnly globalData)
Method Detail

createFFsFromGraphs

public void createFFsFromGraphs()