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)
クラス 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. |
クラス 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
valueoccList
- an OccList
valueminSup
- 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
valueoccList
- an OccList
valuecopyDepth
- an int
valuetopDepth
- an int
value
- 戻り値:
- an
OccList
value