DOC

nz.ac.waikato.cms.weka : attributeSelectionSearchMethods

Maven & Gradle

Apr 27, 2014

attributeSelectionSearchMethods · This package provides four search methods for attribute selection: ExhaustiveSearch, GeneticSearch, RandomSearch and RankSearch. See: David E. Goldberg (1989). Genetic algorithms in search, optimization and machine learning. Addison-Wesley. Mark Hall, Geoffrey Holmes (2003). Benchmarking attribute selection techniques for discrete class data mining. IEEE Transactions on Knowledge and Data Engineering. 15(6):1437-1447.

Table Of Contents

Latest Version

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

All Versions

Download nz.ac.waikato.cms.weka : attributeSelectionSearchMethods 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 attributeSelectionSearchMethods-1.0.7-javadoc.jar to attributeSelectionSearchMethods-1.0.7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder attributeSelectionSearchMethods-1.0.7-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 "attributeSelectionSearchMethods-1.0.7-sources.jar" -d "attributeSelectionSearchMethods-1.0.7-javadoc" -subpackages