Package weka.gui.beans

Interface Summary
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.
ChartListener Interface to something that can process a ChartEvent
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
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.
GraphListener Describe interface TextListener here.
IncrementalClassifierListener Interface to something that can process a IncrementalClassifierEvent
InstanceListener Interface to something that can accept instance events
TestSetListener Interface to something that can accpet test set events
TestSetProducer Interface to something that can produce test sets
TextListener Interface to something that can process a TextEvent
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).
 

Class Summary
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
AttributeSummarizer Bean that encapsulates displays bar graph summaries for attributes in a data set.
AttributeSummarizerBeanInfo Bean info class for the attribute summarizer bean
BatchClassifierEvent Class encapsulating a built classifier and a batch of instances to test on.
BeanConnection Class for encapsulating a connection between two beans.
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
ClassAssigner Describe class ClassAssigner here.
ClassAssignerBeanInfo BeanInfo class for the class assigner bean
ClassAssignerCustomizer GUI customizer for the class assigner bean
Classifier Bean that wraps around weka.classifiers
ClassifierBeanInfo BeanInfo class for the Classifier wrapper bean
ClassifierCustomizer GUI customizer for the classifier wrapper bean
ClassifierPerformanceEvaluator A bean that evaluates the performance of batch trained classifiers
ClassifierPerformanceEvaluatorBeanInfo Bean info class for the classifier performance evaluator
CrossValidationFoldMaker Bean for splitting instances into training ant test sets according to a cross validation
CrossValidationFoldMakerBeanInfo BeanInfo class for the cross validation fold maker bean
CrossValidationFoldMakerCustomizer GUI Customizer for the cross validation fold maker bean
CSVDataSink Data sink that stores instances to a comma separated values (CSV) text file
CSVDataSinkBeanInfo Bean info class for the CSVDataSink bean
DataSetEvent Event encapsulating a data set
DataVisualizer Bean that encapsulates weka.gui.visualize.VisualizePanel
DataVisualizerBeanInfo Bean info class for the data visualizer
Filter A wrapper bean for Weka filters
FilterBeanInfo Bean info class for the Filter bean
FilterCustomizer GUI customizer for the filter bean
GraphEvent Event for graphs
GraphViewer A bean encapsulating weka.gui.treevisualize.TreeVisualizer
GraphViewerBeanInfo Bean info class for the graph viewer
IncrementalClassifierEvaluator Bean that evaluates incremental classifiers
IncrementalClassifierEvaluatorBeanInfo Bean info class for the incremental classifier evaluator bean
IncrementalClassifierEvent Class encapsulating an incrementally built classifier and current instance
InstanceEvent Event that encapsulates a single instance
KnowledgeFlow Main GUI class for the KnowledgeFlow
Loader Loads data sets using weka.core.converter classes
LoaderBeanInfo Bean info class for the loader bean
LoaderCustomizer GUI Customizer for the loader bean
PredictionAppender Bean that can can accept batch or incremental classifier events and produce dataset or instance events which contain instances with predictions appended.
PredictionAppenderBeanInfo Bean info class for PredictionAppender.
PredictionAppenderCustomizer GUI Customizer for the prediction appender bean
ScatterPlotMatrix Bean that encapsulates weka.gui.visualize.MatrixPanel for displaying a scatter plot matrix.
ScatterPlotMatrixBeanInfo Bean info class for the scatter plot matrix bean
StripChart Bean that can display a horizontally scrolling strip chart.
StripChartBeanInfo Bean info class for the strip chart bean
StripChartCustomizer GUI Customizer for the strip chart bean
TestSetEvent Event encapsulating a test set
TestSetMaker Bean that accepts data sets and produces test sets
TestSetMakerBeanInfo Bean info class for the test set maker bean.
TextEvent Event that encapsulates some textual information
TextViewer Bean that collects and displays pieces of text
TextViewerBeanInfo Bean info class for the text viewer
TrainingSetEvent Event encapsulating a training set
TrainingSetMaker Bean that accepts a data sets and produces a training set
TrainingSetMakerBeanInfo Bean info class for the training set maker bean
TrainTestSplitMaker Bean that accepts data sets, training sets, test sets and produces both a training and test set by randomly spliting the data
TrainTestSplitMakerBeanInfo Bean info class for the train test split maker bean
TrainTestSplitMakerCustomizer GUI customizer for the train test split maker bean