Uses of Package
weka.experiment

Packages that use weka.experiment
weka.attributeSelection   
weka.core   
weka.experiment   
weka.gui   
weka.gui.boundaryvisualizer   
weka.gui.experiment   
weka.gui.explorer   
 

Classes in weka.experiment used by weka.attributeSelection
Stats
          A class to store simple statistics
 

Classes in weka.experiment used by weka.core
Stats
          A class to store simple statistics
 

Classes in weka.experiment used by weka.experiment
ClassifierSplitEvaluator
          A SplitEvaluator that produces results for a classification scheme on a nominal class attribute.
Compute
          Interface to something that can accept remote connections and execute a task.
CSVResultListener
          CSVResultListener outputs the received results in csv format to a Writer
DatabaseResultListener
          DatabaseResultListener takes the results from a ResultProducer and submits them to a central database.
DatabaseUtils
          DatabaseUtils provides utility functions for accessing the experiment database.
Experiment
          Holds all the necessary configuration information for a standard type experiment.
OutputZipper
          OutputZipper writes output to either gzipped files or to a multi entry zip file.
PairedStats
          A class for storing stats on a paired comparison (t-test and correlation)
PairedTTester
          Calculates T-Test statistics on data stored in a set of instances.
PairedTTester.DatasetSpecifiers
           
PropertyNode
          Stores information on a property of an object: the class of the object with the property; the property descriptor, and the current value.
RemoteExperimentEvent
          Class encapsulating information on progress of a remote experiment
RemoteExperimentListener
          Interface for classes that want to listen for updates on RemoteExperiment progress
ResultListener
          Interface for objects able to listen for results obtained by a ResultProducer
ResultProducer
          This interface defines the methods required for an object that produces results for different randomizations of a dataset.
SplitEvaluator
          Interface to objects able to generate a fixed set of results for a particular split of a dataset.
Stats
          A class to store simple statistics
Task
          Interface to something that can be remotely executed as a task.
TaskStatusInfo
          A class holding information for tasks being executed on RemoteEngines.
 

Classes in weka.experiment used by weka.gui
PropertyNode
          Stores information on a property of an object: the class of the object with the property; the property descriptor, and the current value.
 

Classes in weka.experiment used by weka.gui.boundaryvisualizer
RemoteExperimentListener
          Interface for classes that want to listen for updates on RemoteExperiment progress
Task
          Interface to something that can be remotely executed as a task.
TaskStatusInfo
          A class holding information for tasks being executed on RemoteEngines.
 

Classes in weka.experiment used by weka.gui.experiment
Experiment
          Holds all the necessary configuration information for a standard type experiment.
InstanceQuery
          Convert the results of a database query into instances.
PairedTTester
          Calculates T-Test statistics on data stored in a set of instances.
RemoteExperiment
          Holds all the necessary configuration information for a distributed experiment.
 

Classes in weka.experiment used by weka.gui.explorer
InstanceQuery
          Convert the results of a database query into instances.