MVN

nz.ac.waikato.cms.weka : optics_dbScan

Maven & Gradle

Dec 16, 2019
1 usages

optics_dbScan · The OPTICS and DBScan clustering algorithms. Martin Ester, Hans-Peter Kriegel, Joerg Sander, Xiaowei Xu: A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise. In: Second International Conference on Knowledge Discovery and Data Mining, 226-231, 1996; Mihael Ankerst, Markus M. Breunig, Hans-Peter Kriegel, Joerg Sander: OPTICS: Ordering Points To Identify the Clustering Structure. In: ACM SIGMOD International Conference on Management of Data, 49-60, 1999.

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

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
optics_dbScan-1.0.6
optics_dbScan-1.0.4
optics_dbScan-1.0.3
optics_dbScan-1.0.2
optics_dbScan-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>optics_dbScan</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:optics_dbScan:1.0.6'

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

implementation("nz.ac.waikato.cms.weka:optics_dbScan:1.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "optics_dbScan" % "1.0.6"

Advertisement