infomat.vectorspace.ri
Class ConstantWordWindowWeighting

java.lang.Object
  extended by infomat.vectorspace.ri.RIWordWindowWeighting
      extended by infomat.vectorspace.ri.ConstantWordWindowWeighting

public class ConstantWordWindowWeighting
extends RIWordWindowWeighting


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

Constructor Detail

ConstantWordWindowWeighting

public ConstantWordWindowWeighting()
Method Detail

weight

public float weight(int pos)
Specified by:
weight in class RIWordWindowWeighting