MVN

com.github.fracpete : knn-undersampling-weka-package

Maven & Gradle

Oct 17, 2021
0 stars

knn-undersampling · Filter for KNN undersampling, based on code from: https://github.com/fracpete/knn-undersampling-weka-package

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>knn-undersampling-weka-package</artifactId>
    <version>2021.10.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : knn-undersampling-weka-package to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.10.17

All Versions

Choose a version of com.github.fracpete : knn-undersampling-weka-package to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.10.x
knn-undersampling-weka-package-2021.10.17

How to add a dependency to Maven

Add the following com.github.fracpete : knn-undersampling-weka-package maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>knn-undersampling-weka-package</artifactId>
    <version>2021.10.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fracpete : knn-undersampling-weka-package gradle dependency to your build.gradle file:

implementation 'com.github.fracpete:knn-undersampling-weka-package:2021.10.17'

Gradle Kotlin DSL: Add the following com.github.fracpete : knn-undersampling-weka-package gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fracpete:knn-undersampling-weka-package:2021.10.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fracpete : knn-undersampling-weka-package sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fracpete" % "knn-undersampling-weka-package" % "2021.10.17"

Advertisement