Java weka.experiment Experiment fields, constructors, methods, implement or subclass

Example usage for Java weka.experiment Experiment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.experiment Experiment.

The text is from its open source code.

Constructor

Method

DefaultListModelgetDatasets()
Gets the datasets in the experiment.
ResultListenergetResultListener()
Gets the result listener where results will be sent.
ResultProducergetResultProducer()
Get the result producer used for the current experiment.
voidinitialize()
Prepares an experiment for running, initializing current iterator settings.
voidpostProcess()
Signals that the experiment is finished running, so that cleanup can be done.
Experimentread(String filename)
Loads an experiment from a file.
voidrunExperiment()
Runs all iterations of the experiment, continuing past errors.
voidsetDatasets(DefaultListModel ds)
Set the datasets to use in the experiment
voidsetPropertyArray(Object newPropArray)
Sets the array of values to set the custom property to.
voidsetPropertyPath(PropertyNode[] newPropertyPath)
Sets the path of properties taken to get to the custom property to iterate over.
voidsetResultListener(ResultListener newResultListener)
Sets the result listener where results will be sent.
voidsetResultProducer(ResultProducer newResultProducer)
Set the result producer used for the current experiment.
voidsetRunLower(int newRunLower)
Set the lower run number for the experiment.
voidsetRunUpper(int newRunUpper)
Set the upper run number for the experiment.
voidsetUsePropertyIterator(boolean newUsePropertyIterator)
Sets whether the custom property iterator should be used.
voidwrite(String filename, Experiment exp)
Writes the experiment to disk.