Uses of Interface
weka.gui.beans.EventConstraints

Packages that use EventConstraints
weka.gui.beans   
 

Uses of EventConstraints in weka.gui.beans
 

Classes in weka.gui.beans that implement EventConstraints
 class Associator
          Bean that wraps around weka.associations
 class ClassAssigner
          Bean that assigns a class attribute to a data set.
 class Classifier
          Bean that wraps around weka.classifiers
 class ClassifierPerformanceEvaluator
          A bean that evaluates the performance of batch trained classifiers
 class ClassValuePicker
           
 class Clusterer
          Bean that wraps around weka.clusterers
 class ClustererPerformanceEvaluator
          A bean that evaluates the performance of batch trained clusterers
 class CrossValidationFoldMaker
          Bean for splitting instances into training ant test sets according to a cross validation
 class Filter
          A wrapper bean for Weka filters
 class IncrementalClassifierEvaluator
          Bean that evaluates incremental classifiers
 class InstanceStreamToBatchMaker
          Bean that converts an instance stream into a (batch) data set.
 class Loader
          Loads data sets using weka.core.converter classes
 class MetaBean
          A meta bean that encapsulates several other regular beans, useful for grouping large KnowledgeFlows.
 class PredictionAppender
          Bean that can can accept batch or incremental classifier events and produce dataset or instance events which contain instances with predictions appended.
 class TestSetMaker
          Bean that accepts data sets and produces test sets
 class TextViewer
          Bean that collects and displays pieces of text
 class TrainingSetMaker
          Bean that accepts a data sets and produces a training set
 class TrainTestSplitMaker
          Bean that accepts data sets, training sets, test sets and produces both a training and test set by randomly spliting the data
 



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