Uses of Class
adams.data.weka.columnfinder.AbstractColumnFinder

Packages that use AbstractColumnFinder
adams.data.weka.columnfinder   
 

Uses of AbstractColumnFinder in adams.data.weka.columnfinder
 

Subclasses of AbstractColumnFinder in adams.data.weka.columnfinder
 class AbstractColumnFinderWithCapabilities
          Ancestor for classes that find columns of interest in datasets.
 class AbstractFilteredColumnFinder
          Ancestor for column finders that pre-filter the columns.
 class AbstractTrainableColumnFinder
          Ancestor for ColumnFinder algorithms that can be trained.
 class ByName
          Returns indices of attributes which names match the regular expression.
 class Invert
          Inverts the selected columns of the provided sub-column-filter.
 class MultiColumnFinder
          Applies multiple column finding algorithms to the data.
The indices can be either joined or intersected.
 class NullFinder
          Dummy finder, does not find any columns.
 class RowFilteredColumnFinder
          This column finder first filters the rows before finding any columns on the subset of rows.
 



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