Uses of Package
org.processmining.analysis.decisionmining

Packages that use org.processmining.analysis.decisionmining
org.processmining.analysis.decisionmining   
 

Classes in org.processmining.analysis.decisionmining used by org.processmining.analysis.decisionmining
DecisionAnalyser
          Class holding the machine learning settings and performing the actual data mining tasks (with the help of the weka library).
DecisionAttributeType
          Represents an enum type for the type of an attribute.
DecisionCategory
          A decision category represents one alternative branch spawned by a decision point.
DecisionMiningLogReader
          Extends a given event log by information related to the decision point analysis.
DecisionMiningLogTrace
          Records additional information related to the decision points of the connected process model for one Process instance (i.e., records which alternative paths have been taken in this trace).
DecisionPoint
          Represents a decision point in a model-independent way.
DecisionPointAnalysisResult
          Displays the results of some decision point analysis.
DecisionPointBuilder
          Specifies the functionality that should be provided for any process model type in order to be involved in some form of decision point analysis.
DecisionPointContext
          A decision point context keeps track of the case attributes that have been selected for analysis of the belonging decision point (and their type).