Uses of Interface
weka.gui.beans.DataSource

Packages that use DataSource
weka.gui.beans   
 

Uses of DataSource in weka.gui.beans
 

Classes in weka.gui.beans that implement DataSource
 class AbstractDataSource
          Abstract class for objects that can provide instances from some source
 class Appender
          A bean that appends multiple incoming data connections into a single data set.
 class ClassAssigner
          Bean that assigns a class attribute to a data set.
 class Filter
          A wrapper bean for Weka filters
 class InstanceStreamToBatchMaker
          Bean that converts an instance stream into a (batch) data set.
 class Loader
          Loads data sets using weka.core.converter classes
 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 Sorter
          Sorts incoming instances in ascending or descending order according to the values of user specified attributes.
 class SubstringLabeler
          A bean that finds matches in string attribute values (using either substring or regular expression matches) and labels the instance (sets the value of a new attribute) according to the supplied label for the matching rule.
 class SubstringReplacer
          A bean that can replace substrings in the values of string attributes.
 



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