Uses of Interface
weka.associations.Associator

Packages that use Associator
weka.associations   
weka.gui.beans   
 

Uses of Associator in weka.associations
 

Classes in weka.associations that implement Associator
 class AbstractAssociator
          Abstract scheme for learning associations.
 class Apriori
          Class implementing an Apriori-type algorithm.
 class FilteredAssociator
          Class for running an arbitrary associator on data that has been passed through an arbitrary filter.
 class FPGrowth
          Class implementing the FP-growth algorithm for finding large item sets without candidate generation.
 class SingleAssociatorEnhancer
          Abstract utility class for handling settings common to meta associators that use a single base associator.
 

Methods in weka.associations that return Associator
static Associator AbstractAssociator.forName(String associatorName, String[] options)
          Creates a new instance of a associator given it's class name and (optional) arguments to pass to it's setOptions method.
 Associator SingleAssociatorEnhancer.getAssociator()
          Get the associator used as the base associator.
 Associator CheckAssociator.getAssociator()
          Get the associator being tested
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 Associator
 String AssociatorEvaluation.evaluate(Associator associator, Instances data)
          Evaluates the associator with the given commandline options and returns the evaluation string.
static String AssociatorEvaluation.evaluate(Associator associator, String[] options)
          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 options
 void SingleAssociatorEnhancer.setAssociator(Associator value)
          Set the base associator.
 void CheckAssociator.setAssociator(Associator newAssociator)
          Set the associator to test.
 

Uses of Associator in weka.gui.beans
 

Methods in weka.gui.beans that return Associator
 Associator Associator.getAssociator()
          Get the associator currently set for this wrapper
 

Methods in weka.gui.beans with parameters of type Associator
 void Associator.setAssociator(Associator c)
          Set the associator for this wrapper
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.