Example usage for weka.attributeSelection SubsetEvaluator interface-usage

List of usage examples for weka.attributeSelection SubsetEvaluator interface-usage

Introduction

In this page you can find the example usage for weka.attributeSelection SubsetEvaluator interface-usage.

Usage

From source file WrapperSubset.java

/**
 * <!-- globalinfo-start --> WrapperSubsetEval:<br/>
 * <br/>
 * Evaluates attribute sets by using a learning scheme. Cross validation is used
 * to estimate the accuracy of the learning scheme for a set of attributes.<br/>
 * <br/>