233 lines
7.8 KiB
Plaintext
233 lines
7.8 KiB
Plaintext
|
|
Sequential : Yes
|
||
|
|
Database : assoctest
|
||
|
|
Restore : No
|
||
|
|
|
||
|
|
Operator : genTransactions
|
||
|
|
Number : 3
|
||
|
|
Signature : int int int int int -> stream(tuple([Id: int, Itemset: intset]))
|
||
|
|
Example : query transactions feed filter[size(.Itemset) = 0] count
|
||
|
|
Result : 0
|
||
|
|
|
||
|
|
Operator : genTransactions
|
||
|
|
Number : 4
|
||
|
|
Signature : int int int int int -> stream(tuple([Id: int, Itemset: intset]))
|
||
|
|
Example : query transactions feed extend[ItemsetSize: size(.Itemset)] avg[ItemsetSize]
|
||
|
|
Result : 5.0
|
||
|
|
Tolerance : 0.1
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 5
|
||
|
|
Signature : rel(tuple(...)) attr int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 6
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 0.015] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 7
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 0.015] filter[size(.Itemset) > 1] extend[ItemsetSize: size(.Itemset)] avg[ItemsetSize]
|
||
|
|
Result : 2.25
|
||
|
|
Tolerance : 0.001
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 8
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 0.015] min[Support]
|
||
|
|
Result : 0.015
|
||
|
|
Tolerance : 0.0001
|
||
|
|
|
||
|
|
Operator : eclat
|
||
|
|
Number : 9
|
||
|
|
Signature : rel(tuple(...)) attr int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions eclat[Itemset, 15] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : eclat
|
||
|
|
Number : 10
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions eclat[Itemset, 0.015] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : eclat
|
||
|
|
Number : 11
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions eclat[Itemset, 0.015] filter[size(.Itemset) > 1] extend[ItemsetSize: size(.Itemset)] avg[ItemsetSize]
|
||
|
|
Result : 2.25
|
||
|
|
Tolerance : 0.001
|
||
|
|
|
||
|
|
Operator : eclat
|
||
|
|
Number : 12
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions eclat[Itemset, 0.015] min[Support]
|
||
|
|
Result : 0.015
|
||
|
|
Tolerance : 0.0001
|
||
|
|
|
||
|
|
Operator : fpGrowth
|
||
|
|
Number : 13
|
||
|
|
Signature : rel(tuple(...)) attr int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions fpGrowth[Itemset, 15] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : fpGrowth
|
||
|
|
Number : 14
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions fpGrowth[Itemset, 0.015] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : fpGrowth
|
||
|
|
Number : 15
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions fpGrowth[Itemset, 0.015] filter[size(.Itemset) > 1] extend[ItemsetSize: size(.Itemset)] avg[ItemsetSize]
|
||
|
|
Result : 2.25
|
||
|
|
Tolerance : 0.001
|
||
|
|
|
||
|
|
Operator : fpGrowth
|
||
|
|
Number : 16
|
||
|
|
Signature : rel(tuple(...)) attr real -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions fpGrowth[Itemset, 0.015] min[Support]
|
||
|
|
Result : 0.015
|
||
|
|
Tolerance : 0.0001
|
||
|
|
|
||
|
|
Operator : genStrongRules
|
||
|
|
Number : 21
|
||
|
|
Signature : stream(tuple(Itemset: intset, Support: real)) real -> stream(tuple(Itemset: intset, Support: real, Confidence: real))
|
||
|
|
Example : query transactions eclat[Itemset, 0.015] genStrongRules[0.5] count
|
||
|
|
Result : 9
|
||
|
|
|
||
|
|
Operator : saveTransactions
|
||
|
|
Number : 22
|
||
|
|
Signature : stream(tuple(...)) text attr -> bool
|
||
|
|
Example : query transactions feed saveTransactions[Itemset, '/tmp/assoctest_txs.txt'];
|
||
|
|
Result : TRUE
|
||
|
|
|
||
|
|
Operator : loadTransactions
|
||
|
|
Number : 23
|
||
|
|
Signature : text -> stream(tuple(Id: int, Itemset: intset))
|
||
|
|
Example : query loadTransactions('/tmp/assoctest_txs.txt') count;
|
||
|
|
Result : 1000
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 24
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 1] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 25
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 2] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 26
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 3] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 27
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 4] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 28
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 5] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 29
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 6] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 30
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 7] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 31
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 8] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 32
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 9] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 33
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 10] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 34
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 11] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 35
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 12] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 36
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 13] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 37
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 14] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : apriori
|
||
|
|
Number : 38
|
||
|
|
Signature : rel(tuple(...)) attr int int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions apriori[Itemset, 15, 15] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : eclat
|
||
|
|
Number : 39
|
||
|
|
Signature : rel(tuple(...)) attr int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions eclat[Itemset, 15, 1] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : eclat
|
||
|
|
Number : 40
|
||
|
|
Signature : rel(tuple(...)) attr int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions eclat[Itemset, 15, 2] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : eclat
|
||
|
|
Number : 41
|
||
|
|
Signature : rel(tuple(...)) attr int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions eclat[Itemset, 15, 3] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : fpGrowth
|
||
|
|
Number : 42
|
||
|
|
Signature : rel(tuple(...)) attr int -> stream(tuple(Itemset: intset, Support: real))
|
||
|
|
Example : query transactions fpGrowth[Itemset, 15, 1] count
|
||
|
|
Result : 64
|
||
|
|
|
||
|
|
Operator : extendItemNames
|
||
|
|
Number : 44
|
||
|
|
Signature : stream(tuple(...)) text funlist -> stream(tuple(...))
|
||
|
|
Example : query transactions feed extendItemNames['../Algebras/AssociationAnalysis/attrnames.txt'; ItemNames: Itemset] count
|
||
|
|
Result : 1000
|