Skip to content

fracpete/smile-weka-package

Repository files navigation

smile-weka-package

Weka package wrapping SMILE algorithms (http://haifengl.github.io/).

Algorithms

Releases

  • TODO

How to use packages

For more information on how to install the package, see:

https://waikato.github.io/weka-wiki/packages/manager/

Maven

Add the following dependency in your pom.xml to include the package:

    <dependency>
      <groupId>com.github.fracpete</groupId>
      <artifactId>smile-weka-package</artifactId>
      <version>TODO</version>
      <type>jar</type>
      <exclusions>
        <exclusion>
          <groupId>nz.ac.waikato.cms.weka</groupId>
          <artifactId>weka-dev</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

Releases

No releases published

Packages

No packages published

Languages