[This is preliminary documentation and is subject to change.]

The RefineableAssociativeRule type exposes the following members.

Properties

  Name Description
Protected property CommitLock
Gets the thread locker that should be used during committing process of a component
(Inherited from ClarionComponent.)
Public property Conclusion
Gets the conclusion associated with this associative rule
(Inherited from AssociativeRule.)
Protected property EligibilityCheckerDelegate
Gets the eligibility checker delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from ClarionComponent.)
Public property Static member Factory
Public property FactoryParameters
Gets or sets the parameters that were used by the factory in order to generate the component
(Inherited from ClarionComponent.)
Public property GeneralizedCondition
Gets the generalized condition of the rule
(Inherited from Rule.)
Public property HasVariations (Inherited from RefineableAssociativeRule<(Of <(<'T>)>)>.)
Public property InitializeOnCommit
Specifies whether initialization operations should be performed when the component in committed
(Inherited from ClarionComponent.)
Public property IsReadOnly
Specifies whether the component is in a read-only (i.e., immutable) state
(Inherited from ClarionComponent.)
Public property LastEligibleTimeStamp
Gets or sets the time stamp for the last time the component was eligible
(Inherited from ClarionComponent.)
Protected property MatchMethod
Gets the positive match determiner delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from Rule.)
Protected property MaxVariationMinusOne
Gets the rule variation (containing 1 less activated dimension-value pair) with the maximum information gain compared to this rule.
(Inherited from RefineableAssociativeRule<(Of <(<'T>)>)>.)
Protected property MaxVariationPlusOne
Gets the rule variation (containing 1 additional activated dimension-value pair) with the maximum information gain compared to this rule.
(Inherited from RefineableAssociativeRule<(Of <(<'T>)>)>.)
Public property NegativeMatch
Gets or sets the negative match statistic
(Inherited from Rule.)
Public property OutputChunk
Gets the output chunk for the rule
(Inherited from Rule.)
Public property Parameters
Gets the local parameters for this refineable associative rule
(Inherited from RefineableAssociativeRule<(Of <(<'T>)>)>.)
Public property PositiveMatch
Gets or sets the positive match statistic
(Inherited from Rule.)
Public property Variations (Inherited from RefineableAssociativeRule<(Of <(<'T>)>)>.)
Public property VariationsLock (Inherited from RefineableAssociativeRule<(Of <(<'T>)>)>.)

Explicit Interface Implementations

See Also