Example usage for weka.core Aggregateable interface-usage

List of usage examples for weka.core Aggregateable interface-usage

Introduction

In this page you can find the example usage for weka.core Aggregateable interface-usage.

Usage

From source file Bilbo.java

/**
 <!-- globalinfo-start -->
 * Class for bagging a classifier to reduce variance. Can do classification and regression depending on the base learner. <br/>
 * <br/>
 * For more information, see<br/>
 * <br/>

From source file main.NaiveBayes.java

/**
 * <!-- globalinfo-start --> Class for a Naive Bayes classifier using estimator
 * classes. Numeric estimator precision values are chosen based on analysis of
 * the training data. For this reason, the classifier is not an
 * UpdateableClassifier (which in typical usage are initialized with zero
 * training instances) -- if you need the UpdateableClassifier functionality,