| Package | Description |
|---|---|
| weka.knowledgeflow |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONFlowLoader
Flow loader that wraps the routines in JSONFlowUtils
|
class |
LegacyFlowLoader
Flow loader that reads legacy .kfml files and translates them to the new
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowLoader |
Flow.getFlowLoader(String flowFileExtension,
Logger log)
Utility method to get a FlowLoader implementation suitable for loading a
flow with the supplied file extension.
|
| Modifier and Type | Method and Description |
|---|---|
static Flow |
Flow.loadFlow(InputStream is,
FlowLoader loader)
Utility method to load a flow from the supplied input stream using the
supplied FlowLoader
|
static Flow |
Flow.loadFlow(Reader r,
FlowLoader loader)
Utility method to load a flow from the supplied reader using the supplied
FlowLoader
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.