jgrapht-treevisualize

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

Лицензия

Лицензия

Категории

Категории

JGraphT Универсальные библиотеки
Группа

Группа

com.github.fracpete
Идентификатор

Идентификатор

jgrapht-treevisualize-weka-package
Последняя версия

Последняя версия

2019.4.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

jgrapht-treevisualize
Contains TreeVisualize plugin for the Explorer for visualization trees (eg J48) using JGraphT.
Ссылка на сайт

Ссылка на сайт

https://github.com/fracpete/graphviz-treevisualize-weka-package
Организация-разработчик

Организация-разработчик

University of Waikato, Hamilton, NZ
Система контроля версий

Система контроля версий

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

Скачать jgrapht-treevisualize-weka-package

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.2

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2019.4.11