jar

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 JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : linearForwardSelection JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window linearForwardSelection-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.attributeSelection

├─ weka.attributeSelection.LFSMethods.class - [JAR]

├─ weka.attributeSelection.LinearForwardSelection.class - [JAR]

├─ weka.attributeSelection.SubsetSizeForwardSelection.class - [JAR]