@KFStep(name="PredictionAppender", category="Evaluation", toolTipText="Append predictions from classifiers or clusterers to incoming data ", iconPath="weka/gui/knowledgeflow/icons/PredictionAppender.gif") public class PredictionAppender extends BaseStep
| Constructor and Description |
|---|
PredictionAppender() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAppendProbabilities() |
List<String> |
getIncomingConnectionTypes()
Get the incoming connection types that this step accepts
|
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connection types that this step can produce at this
time
|
void |
processIncoming(Data data)
Process incoming data
|
void |
setAppendProbabilities(boolean append) |
void |
stepInit()
Initialize the step
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, start, stoppublic void stepInit()
throws WekaException
WekaException - if a problem occurspublic List<String> getIncomingConnectionTypes()
public List<String> getOutgoingConnectionTypes()
public void processIncoming(Data data) throws WekaException
processIncoming in interface BaseStepExtenderprocessIncoming in interface StepprocessIncoming in class BaseStepdata - the Data object to processWekaException - if a problem occurspublic void setAppendProbabilities(boolean append)
@OptionMetadata(displayName="Append probabilities", description="Append probabilities") public boolean getAppendProbabilities()
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.