AssociationRuleT Class |
Namespace: Accord.MachineLearning.Rules
The AssociationRuleT type exposes the following members.
Name | Description | |
---|---|---|
AssociationRuleT | Initializes a new instance of the AssociationRuleT class |
Name | Description | |
---|---|---|
Confidence |
Gets or sets the confidence of this rule (as a percentage).
| |
Support |
Gets or sets the number of cases that support this rule
(the number of times this association has been seen in the
training set).
| |
X |
Gets or sets the set of items that triggers the
activation of this association rule.
| |
Y |
Gets or sets the set of items that are also likely to
be included in the original list given that
the input items are present.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Matches(SortedSetT) |
Determines whether this rule can be applied to a given input.
| |
Matches(T) |
Determines whether this rule can be applied to a given input.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |