Package net.sf.jdmf.data.output

Interface Summary
Evaluable Base interface for all classes that can evaluate against an instance.
 

Class Summary
AbstractRuleElementEvaluable An abstract class that defines how to evaluate an expression consisting of rule elements against an instance.
DataMiningModel Defines a data mining model (output data produced by data mining algorithms, e.g. a list of rules).
Item Defines an item - an attribute name, value and a relation between them (equal, not equal etc.).
Rule Defines a rule as a set of conditions and consequences.
RuleElement A single rule element that consists of an item, a logical operator that links this element to other elements within a rule; alternatively, a rule element may contain a list of subelements.
RuleInfo Associates a rule with information about its coverage and accuracy against an instance.
 

Exception Summary
RuleDefinitionException Thrown when a rule is broken and cannot be used in its current form.