serialized-model-viewer-weka-package
Adds a tab to the Weka Explorer which allows the user to load a serialized model (or actually any Java serialized file) and display the string representation of its content.
It displays:
- the model
- the model graph/tree if it implements
weka.core.Drawable
(e.g., J48, REPTree or BayesNet) - the header of the training data (if present)
Releases
How to use packages
For more information on how to install the package, see:
https://waikato.github.io/weka-wiki/packages/manager/
Screenshot
Displaying a REPTree
model:
Popup menu for copying/saving the textual output (in this case, the graph):
BayesNet graph in XML BIF format: