[This is preliminary documentation and is subject to change.]
The RefineableAssociativeRule<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RefineableAssociativeRule<(Of <(<'T>)>)> |
Initializes a new instance of the RefineableAssociativeRule<(Of <(<'T>)>)> class
|
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.) |
![]() |
CheckDeletion | |
![]() |
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)
|
![]() |
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)
|
![]() |
ToString()()()() |
Returns a String that represents this refineable associative rule.
(Overrides Object..::..ToString()()()().) |
![]() |
ToString(String) |
Returns a String that represents this refineable associative rule.
|
![]() |
UpdateMatchStatistics |
Updates the match statistics for the rule
(Inherited from Rule.) |
Properties
Name | Description | |
---|---|---|
![]() |
CommitLock |
Gets the thread locker that should be used during committing process of a component
(Inherited from ClarionComponent.) |
![]() |
Conclusion |
Gets the conclusion associated with this associative rule
(Inherited from AssociativeRule.) |
![]() |
EligibilityCheckerDelegate |
Gets the eligibility checker delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from ClarionComponent.) |
![]() |
FactoryParameters |
Gets or sets the parameters that were used by the factory in order to generate the component
(Inherited from ClarionComponent.) |
![]() |
GeneralizedCondition |
Gets the generalized condition of the rule
(Inherited from Rule.) |
![]() ![]() |
GlobalParameters |
Gets the global parameters for the RefineableAssociativeRule class
|
![]() |
HasVariations | |
![]() |
InitializeOnCommit |
Specifies whether initialization operations should be performed when the component in committed
(Inherited from ClarionComponent.) |
![]() |
IsReadOnly |
Specifies whether the component is in a read-only (i.e., immutable) state
(Inherited from ClarionComponent.) |
![]() |
LastEligibleTimeStamp |
Gets or sets the time stamp for the last time the component was eligible
(Inherited from ClarionComponent.) |
![]() |
MatchMethod |
Gets the positive match determiner delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from Rule.) |
![]() |
MaxVariationMinusOne |
Gets the rule variation (containing 1 less activated dimension-value pair) with the
maximum information gain compared to this rule.
|
![]() |
MaxVariationPlusOne |
Gets the rule variation (containing 1 additional activated dimension-value pair) with the
maximum information gain compared to this rule.
|
![]() |
NegativeMatch |
Gets or sets the negative match statistic
(Inherited from Rule.) |
![]() |
OutputChunk |
Gets the output chunk for the rule
(Inherited from Rule.) |
![]() |
Parameters |
Gets the local parameters for this refineable associative rule
|
![]() |
PositiveMatch |
Gets or sets the positive match statistic
(Inherited from Rule.) |
![]() |
Variations | |
![]() |
VariationsLock |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>)..::..OnEventHandlerDelegate | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublicationTimingsSpecifiedEventHandlerDelegate | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublisherAvailableEventHandlerDelegate | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublisherRemovedEventHandlerDelegate | (Inherited from ClarionComponent.) |