p

prefuseGraphViewer

Knowledge Flow visualization component for displaying tree and graph structures from those schemes that can output them. This component is an alternative to the Knowledge Flow's built-in GraphViewer and uses the PrefuseTree and PrefuseGraph packages which, in turn, use the prefuse visualization library.
http://weka.sourceforge.net/doc.packages/prefuseGraphViewer
GNU General Public License 3
University of Waikato, Hamilton, NZ
Mark Hall
Files download
File Operation
prefuseGraphViewer-1.0.4.jar download
prefuseGraphViewer-1.0.4.pom download
prefuseGraphViewer-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>prefuseGraphViewer</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:prefuseGraphViewer:1.0.4'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:prefuseGraphViewer:1.0.4")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "prefuseGraphViewer" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='prefuseGraphViewer', version='1.0.4')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="prefuseGraphViewer" rev="1.0.4" />
Leiningen
[nz.ac.waikato.cms.weka/prefuseGraphViewer "1.0.4"]
Apache Buildr
'nz.ac.waikato.cms.weka:prefuseGraphViewer:jar:1.0.4'