motf
クラス MotFinderBasic

java.lang.Object
  上位を拡張 motf.MotFinder
      上位を拡張 motf.MotFinderBasic
直系の既知のサブクラス:
MotFinderNOD, MotFinderOD, MotFinderOD1

public abstract class MotFinderBasic
extends MotFinder

MotfMiner.java Created: 08 June 2005


フィールドの概要
 
クラス motf.MotFinder から継承されたフィールド
useDocCount, usePrintCount, usePrintOcc, usePrintTrace, versionString
 
コンストラクタの概要
MotFinderBasic(DocSet docSet)
           
 
メソッドの概要
 PatSet run(int minSupCount)
          Motfメインプログラムを実行する.引数は最小頻度値の絶対値.
 
クラス motf.MotFinder から継承されたメソッド
getVersionString, run, setMaxGapLen, setMaxPatSize, setScorer, setUseDocCount
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MotFinderBasic

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

run

public PatSet run(int minSupCount)
Motfメインプログラムを実行する.引数は最小頻度値の絶対値.

定義:
クラス MotFinder 内の run