Download SMOTE-1.0.3.jar file - Jar s

Jar examples for s:SMOTE

Description

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.

You can download jar file SMOTE 1.0.3 in this page.

License

GNU General Public License 3

Build File

You can use the following script to add SMOTE-1.0.3.jar to your project.

<dependency>
   <groupId>nz.ac.waikato.cms.weka</groupId>
   <artifactId>SMOTE</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'nz.ac.waikato.cms.weka', name: 'SMOTE', version: '1.0.3'
libraryDependencies += "nz.ac.waikato.cms.weka" % "SMOTE" % "1.0.3"
<dependency org="nz.ac.waikato.cms.weka" name="SMOTE" rev="1.0.3"/>
@Grapes(@Grab(group='nz.ac.waikato.cms.weka', module='SMOTE', version='1.0.3'))
'nz.ac.waikato.cms.weka:SMOTE:jar:1.0.3'

Download

Click the following link to download the jar file.

SMOTE-1.0.3-javadoc.jar
SMOTE-1.0.3-sources.jar
SMOTE-1.0.3-test-sources.jar
SMOTE-1.0.3-tests.jar
SMOTE-1.0.3.jar
SMOTE-1.0.3.pom



Related Tutorials