Package | Description |
---|---|
weka.experiment |
Modifier and Type | Class and Description |
---|---|
class |
AveragingResultProducer
Takes the results from a ResultProducer and submits the average to the result listener.
|
class |
CSVResultListener
Takes results from a result producer and assembles them into comma separated value form.
|
class |
DatabaseResultListener
Takes results from a result producer and sends them to a database.
|
class |
DatabaseResultProducer
Examines a database and extracts out the results produced by the specified ResultProducer and submits them to the specified ResultListener.
|
class |
InstancesResultListener
Outputs the received results in arff format to a Writer.
|
class |
LearningRateResultProducer
Tells a sub-ResultProducer to reproduce the current run for varying sized subsamples of the dataset.
|
Modifier and Type | Field and Description |
---|---|
protected ResultListener |
Experiment.m_ResultListener
Where results will be sent
|
protected ResultListener |
DatabaseResultProducer.m_ResultListener
The ResultListener to send results to
|
protected ResultListener |
AveragingResultProducer.m_ResultListener
The ResultListener to send results to
|
protected ResultListener |
CrossValidationResultProducer.m_ResultListener
The ResultListener to send results to
|
protected ResultListener |
LearningRateResultProducer.m_ResultListener
The ResultListener to send results to
|
protected ResultListener |
RandomSplitResultProducer.m_ResultListener
The ResultListener to send results to
|
Modifier and Type | Method and Description |
---|---|
ResultListener |
Experiment.getResultListener()
Gets the result listener where results will be sent.
|
Modifier and Type | Method and Description |
---|---|
void |
Experiment.setResultListener(ResultListener newResultListener)
Sets the result listener where results will be sent.
|
void |
DatabaseResultProducer.setResultListener(ResultListener listener)
Sets the object to send results of each run to.
|
void |
AveragingResultProducer.setResultListener(ResultListener listener)
Sets the object to send results of each run to.
|
void |
CrossValidationResultProducer.setResultListener(ResultListener listener)
Sets the object to send results of each run to.
|
void |
LearningRateResultProducer.setResultListener(ResultListener listener)
Sets the object to send results of each run to.
|
void |
RandomSplitResultProducer.setResultListener(ResultListener listener)
Sets the object to send results of each run to.
|
void |
RemoteExperiment.setResultListener(ResultListener newResultListener)
Sets the result listener where results will be sent.
|
void |
ResultProducer.setResultListener(ResultListener listener)
Sets the object to send results of each run to.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.