Uses of Interface
adams.data.weka.rowfinder.RowFinder

Packages that use RowFinder
adams.data.weka.columnfinder   
adams.data.weka.rowfinder   
weka.filters.unsupervised.instance   
 

Uses of RowFinder in adams.data.weka.columnfinder
 

Fields in adams.data.weka.columnfinder declared as RowFinder
protected  RowFinder RowFilteredColumnFinder.m_RowFinder
          the RowFinder to use first.
 

Methods in adams.data.weka.columnfinder that return RowFinder
 RowFinder RowFilteredColumnFinder.getRowFinder()
          Returns the row finder in use.
 

Methods in adams.data.weka.columnfinder with parameters of type RowFinder
 void RowFilteredColumnFinder.setRowFinder(RowFinder value)
          Sets the row finder to use.
 

Uses of RowFinder in adams.data.weka.rowfinder
 

Subinterfaces of RowFinder in adams.data.weka.rowfinder
 interface TrainableRowFinder
          Interface for RowFinder algorithms that can be trained.
 

Classes in adams.data.weka.rowfinder that implement RowFinder
 class AbstractFilteredRowFinder
          Ancestor for row finders that pre-filter the rows.
 class AbstractRowFinder
          Ancestor for classes that find rows of interest in datasets.
 class AbstractRowFinderWithCapabilities
          Ancestor for classes that find rows of interest in datasets.
 class AbstractTrainableRowFinder
          Ancestor for RowFinder algorithms that can be trained.
 class ByLabel
          Returns indices of rows which label match the regular expression.
 class FilteredIQR
          Returns indices of rows that got identified as outliers/extreme values.
 class Invert
          Inverts the selected rows of the provided sub-row-filter.
 class MultiRowFinder
          Applies multiple row finding algorithms to the data.
The indices can be either joined or intersected.
 class NullFinder
          Dummy finder, does not find any rows.
 

Fields in adams.data.weka.rowfinder declared as RowFinder
protected  RowFinder[] MultiRowFinder.m_Finders
          the row finders to use.
protected  RowFinder AbstractFilteredRowFinder.m_RowFinder
          the RowFinder to apply.
 

Methods in adams.data.weka.rowfinder that return RowFinder
static RowFinder AbstractRowFinder.forCommandLine(String cmdline)
          Instantiates the row finder from the given commandline (i.e., classname and optional options).
static RowFinder AbstractRowFinder.forName(String classname, String[] options)
          Instantiates the row finder with the given options.
 RowFinder[] MultiRowFinder.getFinders()
          Returns the row finders in use.
 RowFinder AbstractFilteredRowFinder.getRowFinder()
          Returns the row finder in use.
 RowFinder AbstractRowFinder.shallowCopy()
          Returns a shallow copy of itself, i.e., based on the commandline options.
 RowFinder AbstractRowFinder.shallowCopy(boolean expand)
          Returns a shallow copy of itself, i.e., based on the commandline options.
 

Methods in adams.data.weka.rowfinder with parameters of type RowFinder
 void MultiRowFinder.setFinders(RowFinder[] value)
          Sets the row finders to use.
 void AbstractFilteredRowFinder.setRowFinder(RowFinder value)
          Sets the row finder to use.
 

Uses of RowFinder in weka.filters.unsupervised.instance
 

Fields in weka.filters.unsupervised.instance declared as RowFinder
protected  RowFinder AbstractRowFinderApplier.m_RowFinder
          The classifier template used to do the classification.
 

Methods in weka.filters.unsupervised.instance that return RowFinder
 RowFinder AbstractRowFinderApplier.getRowFinder()
          Returns the row finder used by the filter.
 

Methods in weka.filters.unsupervised.instance with parameters of type RowFinder
 void AbstractRowFinderApplier.setRowFinder(RowFinder value)
          Sets the row finder to use.
 



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