Click or drag to resize
Accord.NET (logo)

AssociationRuleMatcherT Properties

The AssociationRuleMatcherT generic type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
Public propertyNumberOfInputs
Gets the number of items seen by the model during training.
Public propertyNumberOfOutputs
Gets the number of association rules seen by the model.
Public propertyRules
Gets or sets the association rules in this model.
Public propertyThreshold
Gets or sets the minimum confidence threshold used to determine whether a rule applies to an input or not.
Top
See Also