public class GroupPatternDetector extends java.lang.Object implements MultiDetector
Constructor and Description |
---|
GroupPatternDetector(int minTime,
double commonObjectPercentage)
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Pattern> |
detect(DataBase defaultDataBase,
java.util.Collection<Itemset> itemsets)
|
java.lang.String |
toString()
|
public GroupPatternDetector(int minTime, double commonObjectPercentage)
public java.util.ArrayList<Pattern> detect(DataBase defaultDataBase, java.util.Collection<Itemset> itemsets)
detect
in
interface MultiDetector
public java.lang.String toString()
toString
in class java.lang.Object