MVN

nz.ac.waikato.cms.weka : wekaPython

Maven & Gradle

Nov 25, 2022

wekaPython · Integration with CPython for Weka. Python version 2.7.x or higher is required. Also requires the following packages to be installed in python: numpy, pandas, matplotlib and scikit-learn. This package provides a wrapper classifier and clusterer that, between them, cover 60+ scikit-learn algorithms. It also provides a general scripting step for the Knowlege Flow along with scripting plugin environments for the Explorer and Knowledge Flow.

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

Latest Version

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

  • Latest Stable: 1.0.18

All Versions

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

Version Vulnerabilities Updated
1.0.x
wekaPython-1.0.18
wekaPython-1.0.13
wekaPython-1.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>wekaPython</artifactId>
    <version>1.0.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:wekaPython:1.0.18'

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

implementation("nz.ac.waikato.cms.weka:wekaPython:1.0.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "wekaPython" % "1.0.18"