public class Rule
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Rule.ConceptValue
The Class ConceptValue.
|
Constructor and Description |
---|
Rule()
Instantiates a new rule.
|
Rule(java.lang.String rule,
java.lang.String antecedent,
java.lang.String contecedent,
java.lang.Double confidence,
java.lang.Double support)
Instantiates a new rule.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public Rule()
public Rule(java.lang.String rule, java.lang.String antecedent, java.lang.String contecedent, java.lang.Double confidence, java.lang.Double support)
rule
- the ruleantecedent
- the antecedentcontecedent
- the contecedentconfidence
- the confidencesupport
- the support