public class FactorFunction extends TerminalUpdatable implements FormulaCreate
Constructor and Description |
---|
FactorFunction(ParamWeight theta,
ATerm weightFun,
Binds binds,
CRFState crfState) |
Modifier and Type | Method and Description |
---|---|
void |
add(Formula origin) |
void |
drop() |
void |
dropConditional() |
double |
getWeight() |
boolean |
isGarbage() |
boolean |
isReady() |
java.lang.String |
toString() |
void |
update(Function source,
java.lang.Object... msg) |
getUsedBy
public FactorFunction(ParamWeight theta, ATerm weightFun, Binds binds, CRFState crfState)
public double getWeight()
getWeight
in interface FormulaCreate
public java.lang.String toString()
toString
in class java.lang.Object
public void add(Formula origin)
add
in interface FormulaCreate
public void drop()
drop
in interface FormulaCreate
public void dropConditional()
dropConditional
in interface FormulaCreate
public boolean isGarbage()
isGarbage
in interface FormulaCreate