Uses of Interface
weka.knowledgeflow.FlowLoader
-
Uses of FlowLoader in weka.knowledgeflow
Modifier and TypeClassDescriptionclass
Flow loader that wraps the routines in JSONFlowUtilsclass
Flow loader that reads legacy .kfml files and translates them to the new implementation.Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionstatic Flow
Flow.loadFlow
(InputStream is, FlowLoader loader) Utility method to load a flow from the supplied input stream using the supplied FlowLoaderstatic Flow
Flow.loadFlow
(Reader r, FlowLoader loader) Utility method to load a flow from the supplied reader using the supplied FlowLoader