edu.isi.karma.modeling.semantictypes.mycrf.globaldata
Class GlobalDataAbstract

java.lang.Object
  extended by edu.isi.karma.modeling.semantictypes.mycrf.globaldata.GlobalDataAbstract
Direct Known Subclasses:
GlobalDataFieldOnly

public abstract class GlobalDataAbstract
extends java.lang.Object

This is an abstract class representing global information such as the list of semantic classes and the list of training graphs

Author:
amangoel

Field Summary
 java.util.ArrayList<GraphInterface> trainingGraphs
           
 
Constructor Summary
GlobalDataAbstract()
           
 
Method Summary
abstract  void errorGradient(double[] gradient)
           
abstract  double errorValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trainingGraphs

public java.util.ArrayList<GraphInterface> trainingGraphs
Constructor Detail

GlobalDataAbstract

public GlobalDataAbstract()
Method Detail

errorValue

public abstract double errorValue()

errorGradient

public abstract void errorGradient(double[] gradient)