Class EM_Base

java.lang.Object
  |
  +--EM_Base
All Implemented Interfaces:
FeatureExtractor
Direct Known Subclasses:
FMM_Left, FMM_LeftOrDown, LLM_Border, LLM_Midpoint, LLM_ValueLine, LOM_Boolean, LOM_Order, LOM_Order_Synonym_Matched_In_Label_Text, LOM_Synonym, LOM_Word_Index_Of_Synonym_In_Label_Text, LVM_Distance, LVM_Height_or_Width_of_Value_Cell_must_be_close_to_Label_Cell, LVM_Line, LVM_Value_Cells_Continuously_Connected_to_Label_Cell, VVM_Distance, VVM_Height, VVM_LabelLine, VVM_Neighbor, VVM_NeighborColumn, VVM_NeighborRow, VVM_NoLabelLine, VVM_Width

public abstract class EM_Base
extends java.lang.Object
implements FeatureExtractor


Constructor Summary
EM_Base()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface FeatureExtractor
extractFeature, getName
 

Constructor Detail

EM_Base

public EM_Base()