|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConvergenceFinder
This class is used for our implementation of:
"Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" . Y. Fang and K. C.-C. Chang. In WSDM, pages 825-834, 2011.
For further information, WSDM 2011 Conference Website .
Description
Defines the interface of Convergence methods for Inference in the PRDualRank inference method.
For more information, please read the Algorithm PRDualRank(G,To) in Figure 6 of the mentioned paper.
Method Summary | |
---|---|
boolean |
converged()
Aks if the method has converged. |
void |
reset()
Set the state of the convergence finder to initial. |
Method Detail |
---|
void reset()
boolean converged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |