Package weka4ws.gui.kflow

Interface Summary
BatchRemoteClassifierListener Interface to something that can process a BatchClassifierEvent generated after a remote invokation
BatchRemoteClustererListener Interface to something that can process a BatchClustererListener generated after a remote invokation
 

Class Summary
BeanConnection Class for encapsulating a connection between two beans.
BeanInstance Class that manages a set of beans.
ClassAssigner Bean that assigns a class attribute to a data set.
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
Clusterer Bean that wraps around weka.clusterers
ClustererBeanInfo BeanInfo class for the Clusterer wrapper bean
ClustererCustomizer GUI customizer for the Clusterer wrapper bean
ClustererPerformanceEvaluator A bean that evaluates the performance of batch trained clusterers
ClustererPerformanceEvaluatorBeanInfo Bean info class for the clusterer performance evaluator
ComputingNode Abstract class of something which can be remotely executed.
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
DataSetEvent4WS Event encapsulating the source path from which the data set has been generated.
KnowledgeFlow Startup class for the KnowledgeFlow.
KnowledgeFlowApp 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
MetaBean A meta bean that encapsulates several other regular beans, useful for grouping large KnowledgeFlows.
TestSetEvent4WS Event encapsulating the source path from which the test set has been generated.
TestSetMaker Bean that accepts data sets and produces test sets
TestSetMakerBeanInfo Bean info class for the test set maker bean.
TestSetNotifierThread Stops code that calls notifyTestSetProduced.
TrainingSetEvent4WS Event encapsulating the source path from which the training set has been generated.
TrainingSetMaker Bean that accepts a data sets and produces a training set
TrainingSetMakerBeanInfo Bean info class for the training set maker bean
TrainingSetNotifierThread  
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