Uses of Interface
weka.associations.Associator
Packages that use Associator
-
Uses of Associator in weka.associations
Classes in weka.associations that implement AssociatorModifier and TypeClassDescriptionclassAbstract scheme for learning associations.classClass implementing an Apriori-type algorithm.classClass for running an arbitrary associator on data that has been passed through an arbitrary filter.classClass implementing the FP-growth algorithm for finding large item sets without candidate generation.classAbstract utility class for handling settings common to meta associators that use a single base associator.Methods in weka.associations that return AssociatorModifier and TypeMethodDescriptionstatic AssociatorCreates 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 AssociatorAbstractAssociator.makeCopy(Associator model) Creates a deep copy of the given associator using serialization.Methods in weka.associations with parameters of type AssociatorModifier and TypeMethodDescriptionstatic StringAssociatorEvaluation.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 AssociatorAbstractAssociator.makeCopy(Associator model) Creates a deep copy of the given associator using serialization.static voidAbstractAssociator.runAssociator(Associator associator, String[] options) runs the associator with the given commandline optionsvoidCheckAssociator.setAssociator(Associator newAssociator) Set the associator to test.voidSingleAssociatorEnhancer.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 TypeMethodDescriptionvoidAssociator.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 TypeMethodDescriptionvoidAssociator.setAssociator(Associator associator) Set the associator to use.