unot
クラス UnotOD

java.lang.Object
  |
  +--unot.Unot
        |
        +--unot.UnotOD

public class UnotOD
extends Unot

UnotOD.java `OD' means `Occurrence Deliver'. Created: Sat Feb 5 03:04:00 2005

関連項目:
Discovering Frequent Substructures in Large Unordered Trees (PDF)

入れ子クラスの概要
private  class UnotOD.OccDict
          Describe class OccDict here.
 
フィールドの概要
 
クラス unot.Unot から継承したフィールド
DEBUG, docset, EXIT_FAILURE, EXIT_SUCCESS, MAX_SIZE_NO_LIMIT, maxCodeSize, numberOfExpansion, numberOfOccurrence, patset, useBalanceCheck, useRootCount, useRootList, VERSION_STRING
 
コンストラクタの概要
protected UnotOD()
          Creates a new UnotOD instance.
  UnotOD(unot.DocSet docset)
          Creates a new UnotOD instance.
 
メソッドの概要
protected  unot.OccList deleteNonCanonicalOcc(unot.UnotPattern pattern, unot.OccList occList, int copyDepth, int topDepth)
          Describe deleteNonCanonicalOcc method here.
protected  void expand(unot.UnotPattern pattern, unot.OccList occList, int minSup)
          Describe expand method here.
 
クラス unot.Unot から継承したメソッド
isCanonicalOcc, run, run, setMaxCodeSize
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UnotOD

protected UnotOD()
Creates a new UnotOD instance.


UnotOD

public UnotOD(unot.DocSet docset)
Creates a new UnotOD instance.

パラメータ:
docset - a DocSet value
メソッドの詳細

expand

protected void expand(unot.UnotPattern pattern,
                      unot.OccList occList,
                      int minSup)
Describe expand method here.

定義:
クラス Unot 内の expand
パラメータ:
pattern - an UnotPattern value
occList - an OccList value
minSup - an int value

deleteNonCanonicalOcc

protected unot.OccList deleteNonCanonicalOcc(unot.UnotPattern pattern,
                                             unot.OccList occList,
                                             int copyDepth,
                                             int topDepth)
Describe deleteNonCanonicalOcc method here.

パラメータ:
pattern - an UnotPattern value
occList - an OccList value
copyDepth - an int value
topDepth - an int value
戻り値:
an OccList value