DOC

nz.ac.waikato.cms.weka : linearForwardSelection

Maven & Gradle

Apr 26, 2012

linearForwardSelection · Extension of BestFirst. Takes a restricted number of k attributes into account. Fixed-set selects a fixed number k of attributes, whereas k is increased in each step when fixed-width is selected. The search uses either the initial ordering to select the top k attributes, or performs a ranking (with the same evalutator the search uses later on). The search direction can be forward, or floating forward selection (with opitional backward search steps). For more information see: Martin Guetlein (2006). Large Scale Attribute Selection Using Wrappers. Freiburg, Germany.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : linearForwardSelection Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : linearForwardSelection Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file linearForwardSelection-1.0.2-javadoc.jar to linearForwardSelection-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder linearForwardSelection-1.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "linearForwardSelection-1.0.2-sources.jar" -d "linearForwardSelection-1.0.2-javadoc" -subpackages