|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--unot.Unot | +--unot.UnotNonOD
UnotOD.java `OD' means `Occurrence Deliver'. Created: Sat Feb 5 03:04:00 2005
フィールドの概要 | |
(パッケージプライベート) static boolean |
ENABLE_DELETE_NONCANONICAL_OCC
|
クラス unot.Unot から継承したフィールド |
DEBUG, docset, EXIT_FAILURE, EXIT_SUCCESS, MAX_SIZE_NO_LIMIT, maxCodeSize, numberOfExpansion, numberOfOccurrence, patset, useBalanceCheck, useRootCount, useRootList, VERSION_STRING |
コンストラクタの概要 | |
protected |
UnotNonOD()
Creates a new UnotNonOD instance. |
|
UnotNonOD(unot.DocSet docset)
Creates a new UnotNonOD instance. |
メソッドの概要 | |
void |
enumerate(unot.UnotPattern pattern,
int maxLabel,
int maxSize)
無順序木の列挙アルゴリズム findAllChildren() を単独で再帰的に実行する. |
protected void |
expand(unot.UnotPattern pattern,
unot.OccList occList,
int minSup)
Expands the UnotPattern and calls itself
if the expanded patterns is embeded in Documents more than the thresholds. |
protected java.util.List |
findAllChildren(unot.UnotPattern pattern)
Finds all child patterns expanded with Rightmost Expansion from one UnotPattern . |
static void |
main(java.lang.String[] args)
findAllChildren() のテストコード.パターンの列挙のみを行う. |
protected unot.OccList |
updateOcc(unot.UnotPattern newPattern,
unot.OccList oldOccList)
Updates the old Occurrence List to the current Occurrence List with the expanded UnotPattern . |
クラス unot.Unot から継承したメソッド |
isCanonicalOcc, run, run, setMaxCodeSize |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
static final boolean ENABLE_DELETE_NONCANONICAL_OCC
コンストラクタの詳細 |
protected UnotNonOD()
UnotNonOD
instance.
public UnotNonOD(unot.DocSet docset)
UnotNonOD
instance.
docset
- a DocSet
valueメソッドの詳細 |
protected void expand(unot.UnotPattern pattern, unot.OccList occList, int minSup)
UnotPattern
and calls itself
if the expanded patterns is embeded in Documents more than the thresholds.
Unot
内の expand
pattern
- an UnotPattern
valueoccList
- an OccList
valueminSup
- an int
valueprotected java.util.List findAllChildren(unot.UnotPattern pattern)
UnotPattern
.
pattern
- an UnotPattern
value
List
valueprotected unot.OccList updateOcc(unot.UnotPattern newPattern, unot.OccList oldOccList)
UnotPattern
.
newPattern
- an UnotPattern
valueoldOccList
- a List
value
List
valuepublic void enumerate(unot.UnotPattern pattern, int maxLabel, int maxSize)
pattern
- an UnotPattern
valuemaxLabel
- an int
valuemaxSize
- an int
valuepublic static void main(java.lang.String[] args)
args
- a String[]
value
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |