Example usage for weka.classifiers SingleClassifierEnhancer subclass-usage

List of usage examples for weka.classifiers SingleClassifierEnhancer subclass-usage

Introduction

In this page you can find the example usage for weka.classifiers SingleClassifierEnhancer subclass-usage.

Usage

From source file LogReg.FilteredLogRegClassifier.java

/**
 <!-- globalinfo-start -->
 * Class for running an arbitrary classifier on data that has been passed through an arbitrary filter. Like the classifier, the structure of the filter is based exclusively on the training data and test instances will be processed by the filter without changing their structure.
 * <p/>
 <!-- globalinfo-end -->
 *

From source file meka.classifiers.multilabel.LabelTransformationClassifier.java

/**
 * Abstract label transformation classifiers, all classes that transform the labels 
 * should inherit from this classifier. The general algorithm is a transformation 
 * of the labels into a new set of labels given a specific transformation method. 
 * A new multi-label classifier is then trained on the new set of latent labels.
 * The prediction works the other way around, the multi-label classifier predicts

From source file meka.classifiers.multilabel.ProblemTransformationMethod.java

/**
 *  MultilabelClassifier.java - A Multilabel Classifier.
 *    @author Jesse Read
 *  @version Jan 2015
 */