Uses of Interface
weka.associations.Associator
Packages that use Associator
-
Uses of Associator in weka.associations
Classes in weka.associations that implement AssociatorModifier and TypeClassDescriptionclass
Abstract scheme for learning associations.class
Class implementing an Apriori-type algorithm.class
Class for running an arbitrary associator on data that has been passed through an arbitrary filter.class
Class implementing the FP-growth algorithm for finding large item sets without candidate generation.class
Abstract utility class for handling settings common to meta associators that use a single base associator.Methods in weka.associations that return AssociatorModifier and TypeMethodDescriptionstatic Associator
Creates a new instance of a associator given it's class name and (optional) arguments to pass to it's setOptions method.CheckAssociator.getAssociator()
Get the associator being testedSingleAssociatorEnhancer.getAssociator()
Get the associator used as the base associator.static Associator[]
AbstractAssociator.makeCopies
(Associator model, int num) Creates copies of the current associator.static Associator
AbstractAssociator.makeCopy
(Associator model) Creates a deep copy of the given associator using serialization.Methods in weka.associations with parameters of type AssociatorModifier and TypeMethodDescriptionstatic String
AssociatorEvaluation.evaluate
(Associator associator, String[] options) Evaluates the associator with the given commandline options and returns the evaluation string.AssociatorEvaluation.evaluate
(Associator associator, Instances data) Evaluates the associator with the given commandline options and returns the evaluation string.static Associator[]
AbstractAssociator.makeCopies
(Associator model, int num) Creates copies of the current associator.static Associator
AbstractAssociator.makeCopy
(Associator model) Creates a deep copy of the given associator using serialization.static void
AbstractAssociator.runAssociator
(Associator associator, String[] options) runs the associator with the given commandline optionsvoid
CheckAssociator.setAssociator
(Associator newAssociator) Set the associator to test.void
SingleAssociatorEnhancer.setAssociator
(Associator value) Set the base associator. -
Uses of Associator in weka.gui.beans
Methods in weka.gui.beans that return AssociatorModifier and TypeMethodDescriptionAssociator.getAssociator()
Get the associator currently set for this wrapperMethods in weka.gui.beans with parameters of type AssociatorModifier and TypeMethodDescriptionvoid
Associator.setAssociator
(Associator c) Set the associator for this wrapper -
Uses of Associator in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return AssociatorMethods in weka.knowledgeflow.steps with parameters of type AssociatorModifier and TypeMethodDescriptionvoid
Associator.setAssociator
(Associator associator) Set the associator to use.