@KFStep(name="MemoryDataSource", category="DataSources", toolTipText="Memory-based data", iconPath="weka/gui/knowledgeflow/icons/DefaultDataSource.gif") public class MemoryBasedDataSource extends BaseStep
| Constructor and Description |
|---|
MemoryBasedDataSource() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIncomingConnectionTypes()
Get a list of incoming connection types that this step can accept.
|
Instances |
getInstances() |
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connection types that this step can produce.
|
void |
setInstances(Instances instances) |
void |
start()
Start processing.
|
void |
stepInit()
Initialize the step.
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, processIncoming, setName, setStepIsResourceIntensive, setStepManager, stoppublic void setInstances(Instances instances)
public Instances getInstances()
public void stepInit()
throws WekaException
StepWekaException - if a problem occurs during initializationpublic List<String> getIncomingConnectionTypes()
Steppublic List<String> getOutgoingConnectionTypes()
Steppublic void start()
throws WekaException
BaseStepstart in interface BaseStepExtenderstart in interface Stepstart in class BaseStepWekaException - if a problem occursCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.