org.processmining.mining.armining
Class MyApriori
java.lang.Object
weka.associations.Associator
weka.associations.Apriori
org.processmining.mining.armining.MyApriori
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, weka.core.OptionHandler
public class MyApriori
- extends weka.associations.Apriori
Title: MyApriori
Description:MyApriori extends Apriori()
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- Shaifali Gupta (s.gupta@student.tue.nl)
- See Also:
- Serialized Form
Fields inherited from class weka.associations.Apriori |
CONFIDENCE, CONVICTION, LEVERAGE, LIFT, m_allTheRules, m_cycles, m_delta, m_hashtables, m_instances, m_lowerBoundMinSupport, m_Ls, m_metricType, m_minMetric, m_minSupport, m_numRules, m_outputItemSets, m_removeMissingCols, m_significanceLevel, m_upperBoundMinSupport, m_verbose, TAGS_SELECTION |
Methods inherited from class weka.associations.Apriori |
buildAssociations, deltaTipText, getDelta, getLowerBoundMinSupport, getMetricType, getMinMetric, getNumRules, getOptions, getRemoveAllMissingCols, getSignificanceLevel, getUpperBoundMinSupport, globalInfo, listOptions, lowerBoundMinSupportTipText, main, metricTypeTipText, minMetricTipText, numRulesTipText, removeAllMissingColsTipText, removeMissingColumns, resetOptions, setDelta, setLowerBoundMinSupport, setMetricType, setMinMetric, setNumRules, setOptions, setRemoveAllMissingCols, setSignificanceLevel, setUpperBoundMinSupport, significanceLevelTipText, toString, upperBoundMinSupportTipText |
Methods inherited from class weka.associations.Associator |
forName, makeCopies |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
myLog
protected LogReader myLog
m_eventTypeCare
protected boolean m_eventTypeCare
MyApriori
public MyApriori()
get_m_allTheRules
public java.util.ArrayList<java.lang.String> get_m_allTheRules()
get_m_allTheRulesWithEType
public java.util.ArrayList<java.lang.String> get_m_allTheRulesWithEType()
newDisplay
public static javax.swing.JScrollPane newDisplay(java.util.ArrayList<java.lang.String> myList)
get_m_Ls
public java.util.ArrayList<java.lang.String> get_m_Ls()
get_m_LsWithETtype
public java.util.ArrayList<java.lang.String> get_m_LsWithETtype()
checkFISInRule
public java.lang.Boolean checkFISInRule(ProcessInstance pi,
int FISIndex)
checkFISWithEventCare
public java.lang.Boolean checkFISWithEventCare(ProcessInstance pi,
int FISIndex)
checkForRule
public java.lang.Boolean checkForRule(ProcessInstance pi,
int ruleIndex)
checkWithEventCare
public java.lang.Boolean checkWithEventCare(ProcessInstance pi,
int ruleIndex)
setOutputItemSets
public void setOutputItemSets(boolean flag)
getOutputItemSets
public boolean getOutputItemSets()
outputItemSetsTipText
public java.lang.String outputItemSetsTipText()
eventTypeCareTipText
public java.lang.String eventTypeCareTipText()
myNumRulesTipText
public java.lang.String myNumRulesTipText()
getEventTypeCare
public boolean getEventTypeCare()
setEventTypeCare
public void setEventTypeCare(boolean flag)