MVN

nz.ac.waikato.cms.weka : scatterPlot3D

Maven & Gradle

Feb 04, 2019

scatterPlot3D · A visualization component for displaying a 3D scatter plot of the data using Java 3D. Requires Java 3D to be installed. This version adds built-in sampling controls to the GUI. The default sampling percentage is set so that a maximum of 5000 instances are plotted. The user can adjust this higher or lower to suit their available processing speed and memory.

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

Latest Version

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

  • Latest Stable: 1.0.7

All Versions

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

Version Vulnerabilities Updated
1.0.x
scatterPlot3D-1.0.7
scatterPlot3D-1.0.4
scatterPlot3D-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>scatterPlot3D</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:scatterPlot3D:1.0.7'

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

implementation("nz.ac.waikato.cms.weka:scatterPlot3D:1.0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "scatterPlot3D" % "1.0.7"

Advertisement