[This is preliminary documentation and is subject to change.]
The RefineableActionRule type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CalculateInformationGain(Rule) |
Calculates the information gain using the match statistics of the specified rule.
(Inherited from Rule.) |
![]() |
CalculateInformationGain(Rule, Rule) |
Calculates the information gain using the match statistics of two specified rules.
(Inherited from Rule.) |
![]() |
CalculateSupport |
Calculates the rule support given the current input
(Inherited from Rule.) |
![]() |
CalculateUtility |
Calculates the utility.
(Inherited from ActionRule.) |
![]() |
CheckDeletion | (Inherited from RefineableActionRule<(Of <(<'T>)>)>.) |
![]() |
Commit |
Commits the rule
(Inherited from Rule.) |
![]() |
Covers |
Checks to see if the condition of the specified rule is covered by this rule and
that the two rules have the same output chunk
(Inherited from Rule.) |
![]() |
Equals(Object) |
Determines whether the specified object is a Rule and if it is equal to this rule
(Inherited from Rule.) |
![]() |
Equals(Rule) |
Determines whether the specified rule is equal to this rule
(Inherited from Rule.) |
![]() |
Generalize |
Generalizes this rule (if possible)
(Inherited from RefineableActionRule<(Of <(<'T>)>)>.) |
![]() |
GetHashCode |
Gets the hash code for this rule
(Inherited from Rule.) |
![]() |
IsEligible |
Indicates whether or not the rule is eligible to be used
(Inherited from Rule.) |
![]() |
ResetStatistics |
Resets the match statistics
(Inherited from Rule.) |
![]() |
Retract |
Retracts the rule
(Inherited from Rule.) |
![]() |
Specialize |
Specializes this rule (if possible)
(Inherited from RefineableActionRule<(Of <(<'T>)>)>.) |
![]() |
ToString()()()() |
Returns a String that represents this refineable action rule.
(Inherited from RefineableActionRule<(Of <(<'T>)>)>.) |
![]() |
ToString(String) |
Returns a String that represents this refineable action rule.
(Inherited from RefineableActionRule<(Of <(<'T>)>)>.) |
![]() |
UpdateMatchStatistics |
Updates the match statistics for the rule
(Inherited from Rule.) |