edu.isi.karma.modeling.semantictypes.mycrf.crfmodel
Class CRFModelFieldOnly
java.lang.Object
edu.isi.karma.modeling.semantictypes.mycrf.crfmodel.CRFModelAbstract
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ffs
public java.util.ArrayList<LblFtrPair> ffs
CRFModelFieldOnly
public CRFModelFieldOnly(GlobalDataFieldOnly globalData)
createFFsFromGraphs
public void createFFsFromGraphs()