k

knn-undersampling-weka-package

Filter for KNN undersampling, based on code from: https://github.com/fracpete/knn-undersampling-weka-package
https://github.com/fracpete/knn-undersampling-weka-package
GNU General Public License 3
Peter Reutemann
Files download
File Operation
knn-undersampling-weka-package-2021.10.17.jar download
knn-undersampling-weka-package-2021.10.17.pom download
knn-undersampling-weka-package-2021.10.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>knn-undersampling-weka-package</artifactId>
  <version>2021.10.17</version>
</dependency>
Gradle Groovy
implementation 'com.github.fracpete:knn-undersampling-weka-package:2021.10.17'
Gradle Kotlin
implementation("com.github.fracpete:knn-undersampling-weka-package:2021.10.17")
Scala SBT
libraryDependencies += "com.github.fracpete" % "knn-undersampling-weka-package" % "2021.10.17"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fracpete', module='knn-undersampling-weka-package', version='2021.10.17')
)
Apache Ivy
<dependency org="com.github.fracpete" name="knn-undersampling-weka-package" rev="2021.10.17" />
Leiningen
[com.github.fracpete/knn-undersampling-weka-package "2021.10.17"]
Apache Buildr
'com.github.fracpete:knn-undersampling-weka-package:jar:2021.10.17'