DOC

nz.ac.waikato.cms.weka : SMOTE

Maven & Gradle

Apr 03, 2013
1 usages

SMOTE · Resamples a dataset by applying the Synthetic Minority Oversampling TEchnique (SMOTE). The original dataset must fit entirely in memory. The amount of SMOTE and number of nearest neighbors may be specified. For more information, see Nitesh V. Chawla et. al. (2002). Synthetic Minority Over-sampling Technique. Journal of Artificial Intelligence Research. 16:321-357.

Table Of Contents

Latest Version

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

All Versions

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

Advertisement