Example usage for weka.filters SimpleBatchFilter subclass-usage

List of usage examples for weka.filters SimpleBatchFilter subclass-usage

Introduction

In this page you can find the example usage for weka.filters SimpleBatchFilter subclass-usage.

Usage

From source file DiversifyTopKShaepelet.DiversifyTopKShaepelet.java

/**
 *
 * @author sun
 */
public class DiversifyTopKShaepelet extends SimpleBatchFilter {

From source file etc.aloe.filters.StringToDictionaryVector.java

/**
 * Based on Weka's StringToWordVector, this derives its initial word list from a
 * provided lexicon instead of the string attribute. Filtering of terms is
 * performed similarly to StringToWordVector.
 *
 * @author Michael Brooks <mjbrooks@uw.edu>

From source file meka.filters.multilabel.SuperNodeFilter.java

/**
 * SuperNodeFilter.java - Super Class Filter.
 *
 * Input:<br>
 *       Data with label attributes,       e.g., [0,1,2,3,4]<br>
 *       A desired partition of indices,   e.g., [[1,3],[4],[0,2]], filter <br>