MVN

nz.ac.waikato.cms.weka : multiInstanceLearning

Maven & Gradle

Feb 21, 2017
2 usages

multiInstanceLearning · A collection of multi-instance learning classifiers. Includes the Citation KNN method, several variants of the diverse density method, support vector machines for multi-instance learning, simple wrappers for applying standard propositional learners to multi-instance data, decision tree and rule learners, and some other methods.

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

Latest Version

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

  • Latest Stable: 1.0.9

All Versions

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

Version Vulnerabilities Updated
1.0.x
multiInstanceLearning-1.0.9
multiInstanceLearning-1.0.7
multiInstanceLearning-1.0.5
multiInstanceLearning-1.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>multiInstanceLearning</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:multiInstanceLearning:1.0.9'

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

implementation("nz.ac.waikato.cms.weka:multiInstanceLearning:1.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "multiInstanceLearning" % "1.0.9"

Advertisement