Class LLM_Midpoint

java.lang.Object
  |
  +--EM_Base
        |
        +--LLM_Midpoint
All Implemented Interfaces:
FeatureExtractor

public class LLM_Midpoint
extends EM_Base


Constructor Summary
LLM_Midpoint()
           
 
Method Summary
 void extractFeature(Document d, Ontology o, float[][] llMatrix)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LLM_Midpoint

public LLM_Midpoint()
Method Detail

extractFeature

public void extractFeature(Document d,
                           Ontology o,
                           float[][] llMatrix)

getName

public java.lang.String getName()