DOC

nz.ac.waikato.cms.weka : supervisedAttributeScaling

Maven & Gradle

Oct 30, 2018

supervisedAttributeScaling · Package containing a class that rescales the attributes in a classification problem based on their discriminative power. This is useful as a pre-processing step for learning algorithms such as the k-nearest-neighbour method, to replace simple normalization. Each attribute is rescaled by multiplying it with a learned weight. All attributes excluding the class are assumed to be numeric and missing values are not permitted. To achieve the rescaling, this package also contains an implementation of non-negative logistic regression, which produces a logistic regression model with non-negative weights .

Table Of Contents

Latest Version

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

All Versions

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