motf
クラス MotFinder

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

public abstract class MotFinder
extends java.lang.Object

MotfMiner.java Created: 08 June 2005


フィールドの概要
static boolean useDebug
          Java 定数 DEBUG の値.
static boolean useDebugExpand
           
static boolean useDebugMinsup
           
static boolean useDebugOccPool
           
static boolean useDebugOutput
           
 boolean useDocCount
          スイッチ:頻度として文書頻度を用いるかどうかを示す.
static boolean useMaxPatSize
          生成パターンのサイズを制限しないことを示す定数
static boolean usePrintCount
          スイッチ:各パターンと一緒に位置頻度と文書頻度を印刷するか.
static boolean usePrintOcc
          スイッチ:各パターンと一緒に位置頻度と文書頻度を印刷するか.
static boolean usePrintTrace
          計算の過程を印刷するかどうかのスイッチ.
 java.lang.String versionString
           
 
コンストラクタの概要
MotFinder(DocSet docSet)
           
 
メソッドの概要
abstract  java.lang.String getVersionString()
           
 PatSet run(double minSupRatio)
          Motfメインプログラムを実行する.引数は最小頻度値の相対値.
abstract  PatSet run(int minSupCount)
          Motfメインプログラムを実行する.引数は最小頻度値の絶対値.
 void setMaxGapLen(int maxGapLen)
           
 void setMaxPatSize(int maxSize)
           
 void setScorer(Scorer scorer)
           
 void setUseDocCount(boolean flag)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

useDebug

public static final boolean useDebug
Java 定数 DEBUG の値.

関連項目:
定数フィールド値

useDebugOccPool

public static final boolean useDebugOccPool
関連項目:
定数フィールド値

useDebugExpand

public static final boolean useDebugExpand
関連項目:
定数フィールド値

useDebugOutput

public static final boolean useDebugOutput
関連項目:
定数フィールド値

useDebugMinsup

public static final boolean useDebugMinsup
関連項目:
定数フィールド値

versionString

public final java.lang.String versionString
関連項目:
定数フィールド値

useMaxPatSize

public static boolean useMaxPatSize
生成パターンのサイズを制限しないことを示す定数


useDocCount

public boolean useDocCount
スイッチ:頻度として文書頻度を用いるかどうかを示す.


usePrintCount

public static boolean usePrintCount
スイッチ:各パターンと一緒に位置頻度と文書頻度を印刷するか.


usePrintOcc

public static boolean usePrintOcc
スイッチ:各パターンと一緒に位置頻度と文書頻度を印刷するか.


usePrintTrace

public static boolean usePrintTrace
計算の過程を印刷するかどうかのスイッチ.

コンストラクタの詳細

MotFinder

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

getVersionString

public abstract java.lang.String getVersionString()

setScorer

public void setScorer(Scorer scorer)

setMaxPatSize

public void setMaxPatSize(int maxSize)

setMaxGapLen

public void setMaxGapLen(int maxGapLen)

setUseDocCount

public void setUseDocCount(boolean flag)

run

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


run

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