Uses of Package
weka.experiment

Packages that use weka.experiment
  • Classes in weka.experiment used by weka.core
    Class
    Description
    A class to store simple statistics.
  • Class
    Description
    DatabaseUtils provides utility functions for accessing the experiment database.
  • Class
    Description
    A class to store simple statistics.
  • Classes in weka.experiment used by weka.experiment
    Class
    Description
    A SplitEvaluator that produces results for a classification scheme on a nominal class attribute.
    Interface to something that can accept remote connections and execute a task.
    Generates for each run, carries out an n-fold cross-validation, using the set SplitEvaluator to generate some results.
    Takes results from a result producer and assembles them into comma separated value form.
    Takes results from a result producer and sends them to a database.
    DatabaseUtils provides utility functions for accessing the experiment database.
    Holds all the necessary configuration information for a standard type experiment.
    An interface implemented by InstanceQuery and any user class that is to be passed as the first argument to InstanceQuery.retrieveInstances(InstanceQueryAdapter, ResultSet).
    A class for storing stats on a paired comparison (t-test and correlation)
    Calculates T-Test statistics on data stored in a set of instances.
    Stores information on a property of an object: the class of the object with the property; the property descriptor, and the current value.
    Class encapsulating information on progress of a remote experiment
    Interface for classes that want to listen for updates on RemoteExperiment progress
    Interface for objects able to listen for results obtained by a ResultProducer
    This matrix is a container for the datasets and classifier setups and their statistics.
    This interface defines the methods required for an object that produces results for different randomizations of a dataset.
    Interface to objects able to generate a fixed set of results for a particular split of a dataset.
    A class to store simple statistics.
    Interface to something that can be remotely executed as a task.
    A class holding information for tasks being executed on RemoteEngines.
    Interface for different kinds of Testers in the Experimenter.
  • Classes in weka.experiment used by weka.gui
    Class
    Description
    Stores information on a property of an object: the class of the object with the property; the property descriptor, and the current value.
  • Class
    Description
    Interface for classes that want to listen for updates on RemoteExperiment progress
    Interface to something that can be remotely executed as a task.
    A class holding information for tasks being executed on RemoteEngines.
  • Class
    Description
    Holds all the necessary configuration information for a standard type experiment.
    Holds all the necessary configuration information for a distributed experiment.
    This matrix is a container for the datasets and classifier setups and their statistics.
  • Class
    Description
    Convert the results of a database query into instances.
  • Classes in weka.experiment used by weka.gui.sql
    Class
    Description
    DatabaseUtils provides utility functions for accessing the experiment database.