@KFStep(name="DataGrid", category="DataSources", toolTipText="Specify a grid of data to turn into instances", iconPath="weka/gui/knowledgeflow/icons/ArffLoader.gif") public class DataGrid extends BaseStep
| Constructor and Description |
|---|
DataGrid() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomEditorForStep()
Return the fully qualified name of a custom editor component (JComponent)
to use for editing the properties of the step.
|
String |
getData()
Get the data to be output by this
DataGrid in textual ARFF format |
List<String> |
getIncomingConnectionTypes()
Get a list of incoming connection types that this step can accept.
|
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connection types that this step can produce.
|
Instances |
outputStructureForConnectionType(String connectionName)
If possible, get the output structure for the named connection type as a
header-only set of instances.
|
void |
setData(String data)
Set the data to be output by this
DataGrid in textual ARFF format. |
void |
start()
Start processing
|
void |
stepInit()
Initialize the step;
|
environmentSubstitute, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, processIncoming, setName, setStepIsResourceIntensive, setStepManager, stop@ProgrammaticProperty public void setData(String data)
DataGrid in textual ARFF format.data - the data to be output in textual ARFF formatpublic String getData()
DataGrid in textual ARFF formatpublic void stepInit()
throws WekaException
WekaException - if a problem occurspublic void start()
throws WekaException
start in interface BaseStepExtenderstart in interface Stepstart in class BaseStepWekaException - if a problem occurspublic Instances outputStructureForConnectionType(String connectionName) throws WekaException
outputStructureForConnectionType in interface StepoutputStructureForConnectionType in class BaseStepconnectionName - the name of the connection type to get the output
structure forWekaException - if a problem occurspublic List<String> getIncomingConnectionTypes()
Steppublic List<String> getOutgoingConnectionTypes()
Steppublic String getCustomEditorForStep()
getCustomEditorForStep in interface StepgetCustomEditorForStep in class BaseStepCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.