infomat.vectorspace.ri
Class RIWordWindowWeighting

java.lang.Object
  extended by infomat.vectorspace.ri.RIWordWindowWeighting
Direct Known Subclasses:
ConstantWordWindowWeighting

public abstract class RIWordWindowWeighting
extends java.lang.Object


Constructor Summary
RIWordWindowWeighting()
           
 
Method Summary
abstract  float weight(int pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RIWordWindowWeighting

public RIWordWindowWeighting()
Method Detail

weight

public abstract float weight(int pos)