Package | Description |
---|---|
weka.associations | |
weka.gui.beans |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Associator |
Associator.getAssociator()
Get the associator currently set for this wrapper
|
Modifier and Type | Method and Description |
---|---|
void |
Associator.setAssociator(Associator c)
Set the associator for this wrapper
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.