License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdscatterPlot3D |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionscatterPlot3D
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scatterPlot3D-1.0.7.pom | |
scatterPlot3D-1.0.7.jar | 27 KB |
scatterPlot3D-1.0.7-tests.jar | 3 KB |
scatterPlot3D-1.0.7-sources.jar | 13 KB |
scatterPlot3D-1.0.7-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/scatterPlot3D/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>scatterPlot3D</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/scatterPlot3D/
implementation 'nz.ac.waikato.cms.weka:scatterPlot3D:1.0.7'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/scatterPlot3D/
implementation ("nz.ac.waikato.cms.weka:scatterPlot3D:1.0.7")
'nz.ac.waikato.cms.weka:scatterPlot3D:jar:1.0.7'
<dependency org="nz.ac.waikato.cms.weka" name="scatterPlot3D" rev="1.0.7">
<artifact name="scatterPlot3D" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='scatterPlot3D', version='1.0.7')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "scatterPlot3D" % "1.0.7"
[nz.ac.waikato.cms.weka/scatterPlot3D "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.8.0,) |
java3d : j3d-core | jar | [1.3.1,) |
java3d : j3d-core-utils | jar | [1.3.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.8.0,) |
junit : junit | jar | 3.8.2 |