jgrapht-treevisualize

Contains TreeVisualize plugin for the Explorer for visualization trees (eg J48) using JGraphT.

License

License

Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

jgrapht-treevisualize-weka-package
Last Version

Last Version

2019.4.11
Release Date

Release Date

Type

Type

jar
Description

Description

jgrapht-treevisualize
Contains TreeVisualize plugin for the Explorer for visualization trees (eg J48) using JGraphT.
Project URL

Project URL

https://github.com/fracpete/graphviz-treevisualize-weka-package
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://github.com/fracpete/jgrapht-treevisualize-weka-package

Download jgrapht-treevisualize-weka-package

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fracpete/jgrapht-treevisualize-weka-package/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>jgrapht-treevisualize-weka-package</artifactId>
    <version>2019.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/jgrapht-treevisualize-weka-package/
implementation 'com.github.fracpete:jgrapht-treevisualize-weka-package:2019.4.11'
// https://jarcasting.com/artifacts/com.github.fracpete/jgrapht-treevisualize-weka-package/
implementation ("com.github.fracpete:jgrapht-treevisualize-weka-package:2019.4.11")
'com.github.fracpete:jgrapht-treevisualize-weka-package:jar:2019.4.11'
<dependency org="com.github.fracpete" name="jgrapht-treevisualize-weka-package" rev="2019.4.11">
  <artifact name="jgrapht-treevisualize-weka-package" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='jgrapht-treevisualize-weka-package', version='2019.4.11')
)
libraryDependencies += "com.github.fracpete" % "jgrapht-treevisualize-weka-package" % "2019.4.11"
[com.github.fracpete/jgrapht-treevisualize-weka-package "2019.4.11"]

Dependencies

compile (4)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.11,)
org.jgrapht : jgrapht-core jar 1.3.0
org.jgrapht : jgrapht-ext jar 1.3.0
org.jgrapht : jgrapht-io jar 1.3.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

jgrapht-treevisualize-weka-package

TreeVisualize plugin for the Explorer using JGraphT to generate the tree.

In contrast to graphviz-treevisualize, this plugin does not rely on external tools and allows export to GraphML.

Releases

How to use packages

For more information on how to install the package, see:

https://waikato.github.io/weka-wiki/packages/manager/

Maven

Add the following dependency in your pom.xml to include the package:

    <dependency>
      <groupId>com.github.fracpete</groupId>
      <artifactId>jgrapht-treevisualize-weka-package</artifactId>
      <version>2019.4.11</version>
      <type>jar</type>
      <exclusions>
        <exclusion>
          <groupId>nz.ac.waikato.cms.weka</groupId>
          <artifactId>weka-dev</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

Screenshots

Plugin menu

plugin menu

Example graph

J48 tree generated from UCI dataset iris:

graph

GraphML export

GraphML generated from the original dotty:

graphml

Versions

Version
2019.4.11