Uses of Interface
weka.knowledgeflow.FlowLoader
Packages that use FlowLoader
-
Uses of FlowLoader in weka.knowledgeflow
Classes in weka.knowledgeflow that implement FlowLoaderModifier and TypeClassDescriptionclass
Flow loader that wraps the routines in JSONFlowUtilsclass
Flow loader that reads legacy .kfml files and translates them to the new implementation.Methods in weka.knowledgeflow that return FlowLoaderModifier 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.Methods in weka.knowledgeflow with parameters of type FlowLoaderModifier 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