Uses of Class
weka.associations.AprioriItemSet
Packages that use AprioriItemSet
-
Uses of AprioriItemSet in weka.associations
Methods in weka.associations that return AprioriItemSetModifier and TypeMethodDescriptionfinal AprioriItemSet
AprioriItemSet.subtract
(AprioriItemSet toSubtract) Subtracts an item set from another one.Methods in weka.associations with parameters of type AprioriItemSetModifier and TypeMethodDescriptionstatic double
AprioriItemSet.confidenceForRule
(AprioriItemSet premise, AprioriItemSet consequence) Outputs the confidence for a rule.double
AprioriItemSet.convictionForRule
(AprioriItemSet premise, AprioriItemSet consequence, int premiseCount, int consequenceCount) Outputs the conviction for a rule.double
AprioriItemSet.leverageForRule
(AprioriItemSet premise, AprioriItemSet consequence, int premiseCount, int consequenceCount) Outputs the leverage for a rule.double
AprioriItemSet.liftForRule
(AprioriItemSet premise, AprioriItemSet consequence, int consequenceCount) Outputs the lift for a rule.final AprioriItemSet
AprioriItemSet.subtract
(AprioriItemSet toSubtract) Subtracts an item set from another one.