is not current version
Last Version 1.0.7

nz.ac.waikato.cms.weka:scatterPlot3D 1.0.3

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.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

scatterPlot3D
Version

Version

1.0.3
Type

Type

jar

Download scatterPlot3D 1.0.3


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/scatterPlot3D/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>scatterPlot3D</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/scatterPlot3D/
implementation 'nz.ac.waikato.cms.weka:scatterPlot3D:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/scatterPlot3D/
implementation ("nz.ac.waikato.cms.weka:scatterPlot3D:1.0.3")
'nz.ac.waikato.cms.weka:scatterPlot3D:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="scatterPlot3D" rev="1.0.3">
  <artifact name="scatterPlot3D" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='scatterPlot3D', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "scatterPlot3D" % "1.0.3"
[nz.ac.waikato.cms.weka/scatterPlot3D "1.0.3"]