Uses of Interface
weka.associations.Associator
-
Uses of Associator in weka.associations
Modifier 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.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionAssociator.getAssociator()
Get the associator currently set for this wrapperModifier and TypeMethodDescriptionvoid
Associator.setAssociator
(Associator c) Set the associator for this wrapper -
Uses of Associator in weka.knowledgeflow.steps
Modifier and TypeMethodDescriptionvoid
Associator.setAssociator
(Associator associator) Set the associator to use.