Uses of Package
weka.experiment

Packages that use weka.experiment
weka.core   
weka.core.converters   
weka.experiment   
weka.gui   
weka.gui.boundaryvisualizer   
weka.gui.experiment   
weka.gui.explorer   
weka.gui.sql   
 

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

Classes in weka.experiment used by weka.core.converters
DatabaseUtils
          DatabaseUtils provides utility functions for accessing the experiment database.
 

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.
CrossValidationResultProducer
          Generates for each run, carries out an n-fold cross-validation, using the set SplitEvaluator to generate some results.
CSVResultListener
          Takes results from a result producer and assembles them into comma separated value form.
DatabaseResultListener
          Takes results from a result producer and sends them to a database.
DatabaseUtils
          DatabaseUtils provides utility functions for accessing the experiment database.
Experiment
          Holds all the necessary configuration information for a standard type experiment.
InstanceQueryAdapter
          An interface implemented by InstanceQuery and any user class that is to be passed as the first argument to InstanceQuery.retrieveInstances(InstanceQueryAdapter, ResultSet).
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.
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
ResultMatrix
          This matrix is a container for the datasets and classifier setups and their statistics.
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.
Tester
          Interface for different kinds of Testers in the Experimenter.
 

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.
RemoteExperiment
          Holds all the necessary configuration information for a distributed experiment.
ResultMatrix
          This matrix is a container for the datasets and classifier setups and their statistics.
 

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

Classes in weka.experiment used by weka.gui.sql
DatabaseUtils
          DatabaseUtils provides utility functions for accessing the experiment database.
 



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