MVN

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.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>SMOTE</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : SMOTE to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of nz.ac.waikato.cms.weka : SMOTE to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
SMOTE-1.0.3
SMOTE-1.0.2
SMOTE-1.0.1

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : SMOTE maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>SMOTE</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : SMOTE gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:SMOTE:1.0.3'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : SMOTE gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:SMOTE:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : SMOTE sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "SMOTE" % "1.0.3"

Advertisement