Uses of Package
weka.gui.beans

Packages that use weka.gui.beans
weka.gui.beans   
 

Classes in weka.gui.beans used by weka.gui.beans
AbstractDataSink
          Abstract class for objects that store instances to some destination.
AbstractDataSinkBeanInfo
          Bean info class for the AbstractDataSink
AbstractDataSource
          Abstract class for objects that can provide instances from some source
AbstractDataSourceBeanInfo
          Bean info class for AbstractDataSource.
AbstractEvaluator
          Abstract class for objects that can provide some kind of evaluation for classifier, clusterers etc.
AbstractTestSetProducer
          Abstract class for TestSetProducers that contains default implementations of add/remove listener methods and defualt visual representation.
AbstractTestSetProducerBeanInfo
          BeanInfo class for AbstractTestSetProducer
AbstractTrainAndTestSetProducer
          Abstract base class for TrainAndTestSetProducers that contains default implementations of add/remove listener methods and defualt visual representation.
AbstractTrainAndTestSetProducerBeanInfo
          Bean info class for AbstractTrainAndTestSetProducers
AbstractTrainingSetProducer
          Abstract class for TrainingSetProducers that contains default implementations of add/remove listener methods and default visual representation
AbstractTrainingSetProducerBeanInfo
          BeanInfo class for AbstractTrainingSetProducer
BatchClassifierEvent
          Class encapsulating a built classifier and a batch of instances to test on.
BatchClassifierListener
          Interface to something that can process a BatchClassifierEvent
BeanCommon
          Interface specifying routines that all weka beans should implement in order to allow the bean environment to exercise some control over the bean and also to allow the bean to excercise some control over connections.
BeanInstance
          Class that manages a set of beans.
BeanVisual
          BeanVisual encapsulates icons and label for a given bean.
ChartEvent
          Event encapsulating info for plotting a data point on the StripChart
ChartListener
          Interface to something that can process a ChartEvent
Classifier
          Bean that wraps around weka.classifiers
DataSetEvent
          Event encapsulating a data set
DataSink
          Indicator interface to something that can store instances to some destination
DataSource
          Interface to something that is capable of being a source for data - either batch or incremental data
DataSourceListener
          Interface to something that can accept DataSetEvents
DataVisualizer
          Bean that encapsulates weka.gui.visualize.VisualizePanel
EventConstraints
          Interface for objects that want to be able to specify at any given time whether their current configuration allows a particular event to be generated.
Filter
          A wrapper bean for Weka filters
GraphEvent
          Event for graphs
GraphListener
          Describe interface TextListener here.
IncrementalClassifierEvent
          Class encapsulating an incrementally built classifier and current instance
IncrementalClassifierListener
          Interface to something that can process a IncrementalClassifierEvent
InstanceEvent
          Event that encapsulates a single instance
InstanceListener
          Interface to something that can accept instance events
KnowledgeFlow.BeanLayout
          Used for displaying the bean components and their visible connections
Loader
          Loads data sets using weka.core.converter classes
Loader.LoadThread
           
StripChart.StripPlotter
           
TestSetEvent
          Event encapsulating a test set
TestSetListener
          Interface to something that can accpet test set events
TestSetProducer
          Interface to something that can produce test sets
TextEvent
          Event that encapsulates some textual information
TextListener
          Interface to something that can process a TextEvent
TrainingSetEvent
          Event encapsulating a training set
TrainingSetListener
          Interface to something that can accept and process training set events
TrainingSetProducer
          Interface to something that can produce a training set
UserRequestAcceptor
          Interface to something that can accept requests from a user to perform some action
Visible
          Interface to something that has a visible (via BeanVisual) reprentation
WekaWrapper
          Interface to something that can wrap around a class of Weka algorithms (classifiers, filters etc).