motf
クラス MotFinderOD

java.lang.Object
  上位を拡張 motf.MotFinder
      上位を拡張 motf.MotFinderBasic
          上位を拡張 motf.MotFinderOD

public class MotFinderOD
extends MotFinderBasic

Non OccurrenceDeliver version of MotFinder routine. Created: 08 June 2005


フィールドの概要
 java.lang.String versionString
           
 
クラス motf.MotFinder から継承されたフィールド
useDocCount, usePrintCount, usePrintOcc, usePrintTrace
 
コンストラクタの概要
MotFinderOD(DocSet docSet)
           
 
メソッドの概要
 java.lang.String getVersionString()
           
static OccPool occDeliver(Occurrence occ, int offset)
          出現配分技法.
 
クラス motf.MotFinderBasic から継承されたメソッド
run
 
クラス motf.MotFinder から継承されたメソッド
run, setMaxGapLen, setMaxPatSize, setScorer, setUseDocCount
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

versionString

public final java.lang.String versionString
関連項目:
定数フィールド値
コンストラクタの詳細

MotFinderOD

public MotFinderOD(DocSet docSet)
メソッドの詳細

getVersionString

public java.lang.String getVersionString()
定義:
クラス MotFinder 内の getVersionString

occDeliver

public static OccPool occDeliver(Occurrence occ,
                                 int offset)
出現配分技法. 与えられた出現集合に対して,オフセット分だけ加算した位置に出現する 文字を,その文字をキーとし,対応する出現集合を値として格納した出現 プールを返す. 現在,memb.raw.datデータでの実験で,NonODの3倍程度の高速化を達成.

パラメータ:
oldocc - 元の出現集合
offset - 位置の増分.正(右方)または負(左方)の値を許す.