AssociationRuleMatcherT Class |
Namespace: Accord.MachineLearning.Rules
[SerializableAttribute] public class AssociationRuleMatcher<T> : IMulticlassRefScoreClassifier<T[], T[][]>, IMultilabelRefScoreClassifier<T[], T[][]>, IMultilabelScoreClassifierBase<T[], T[][]>, IMulticlassRefScoreClassifier<SortedSet<T>, SortedSet<T>[]>, IMultilabelRefScoreClassifier<SortedSet<T>, SortedSet<T>[]>, IMultilabelScoreClassifierBase<SortedSet<T>, SortedSet<T>[]>, ITransform<T[], T[][]>, ICovariantTransform<T[], T[][]>, ITransform, ITransform<SortedSet<T>, SortedSet<T>[]>, ICovariantTransform<SortedSet<T>, SortedSet<T>[]>
The AssociationRuleMatcherT type exposes the following members.
Name | Description | |
---|---|---|
AssociationRuleMatcherT |
Initializes a new instance of the AssociationRuleMatcherT class.
|
Name | Description | |
---|---|---|
NumberOfClasses |
Gets the number of classes expected and recognized by the classifier.
| |
NumberOfInputs |
Gets the number of items seen by the model during training.
| |
NumberOfOutputs |
Gets the number of association rules seen by the model.
| |
Rules |
Gets or sets the association rules in this model.
| |
Threshold |
Gets or sets the minimum confidence threshold used to
determine whether a rule applies to an input or not.
|
Name | Description | |
---|---|---|
Decide(SortedSetT) |
Computes a class-label decision for a given input.
| |
Decide(SortedSetT) |
Computes a class-label decision for a given input.
| |
Decide(T) |
Computes a class-label decision for a given input.
| |
Decide(T) |
Computes a class-label decision for a given input.
| |
Decide(SortedSetT, SortedSetT) |
Computes a class-label decision for a given input.
| |
Decide(T, T) |
Computes a class-label decision for a given input.
| |
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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Scores(SortedSetT, SortedSetT) |
Predicts a class label vector for the given input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
Scores(SortedSetT, SortedSetT) |
Predicts a class label vector for each input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
Scores(T, T) |
Predicts a class label vector for the given input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
Scores(T, T) |
Predicts a class label vector for each input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
Scores(SortedSetT, SortedSetT, Double) |
Predicts a class label vector for the given input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
Scores(SortedSetT, SortedSetT, Double) |
Predicts a class label vector for each input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
Scores(T, T, Double) |
Predicts a class label vector for the given input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
Scores(T, T, Double) |
Predicts a class label vector for each input vector, returning a
numerical score measuring the strength of association of the input vector
to each of the possible classes.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform(SortedSetT) |
Applies the transformation to an input, producing an associated output.
| |
Transform(SortedSetT) |
Applies the transformation to an input, producing an associated output.
| |
Transform(T) |
Applies the transformation to an input, producing an associated output.
| |
Transform(T) |
Applies the transformation to an input, producing an associated output.
| |
Transform(SortedSetT, SortedSetT) |
Applies the transformation to an input, producing an associated output.
| |
Transform(T, T) |
Applies the transformation to an input, producing an associated output.
|
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.) |