@KFStep(name="AttributeSummarizer", category="Visualization", toolTipText="Visualize datasets in a matrix of histograms", iconPath="weka/gui/knowledgeflow/icons/AttributeSummarizer.gif") public class AttributeSummarizer extends BaseSimpleDataVisualizer
Constructor and Description |
---|
AttributeSummarizer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomEditorForStep()
Get the fully qualified class name of the custom editor for this step
|
java.util.Map<java.lang.String,java.lang.String> |
getInteractiveViewers()
Get a map of popup viewers that can be used with this step
|
java.lang.String |
getOffscreenAdditionalOpts()
Get the additional options for the offscreen renderer
|
java.lang.String |
getOffscreenHeight()
Get the height (in pixels) of the offscreen image to generate
|
java.lang.String |
getOffscreenRendererName()
Get the name of the renderer to use for offscreen chart rendering
operations
|
java.lang.String |
getOffscreenWidth()
Get the width (in pixels) of the offscreen image to generate.
|
java.lang.String |
getOffscreenXAxis()
Get the name of the attribute for the x-axis in offscreen plots
|
java.util.List<java.lang.String> |
getOutgoingConnectionTypes()
Get a list of outgoing connections that this step can produce at this time
|
void |
processIncoming(Data data)
Process incoming data
|
void |
setOffscreenAdditionalOpts(java.lang.String additional)
Set the additional options for the offscreen renderer
|
void |
setOffscreenHeight(java.lang.String height)
Set the height (in pixels) of the offscreen image to generate
|
void |
setOffscreenRendererName(java.lang.String rendererName)
Set the name of the renderer to use for offscreen chart rendering
operations
|
void |
setOffscreenWidth(java.lang.String width)
Set the width (in pixels) of the offscreen image to generate.
|
void |
setOffscreenXAxis(java.lang.String xAxis)
Set the name of the attribute for the x-axis in offscreen plots.
|
getDatasets, getIncomingConnectionTypes, restoreData, retrieveData, stepInit
environmentSubstitute, getDefaultSettings, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, start, stepMustRunSingleThreaded, stop
@OptionMetadata(displayName="X-axis attribute", description="Attribute name or /first, /last or /<index>", displayOrder=1) public void setOffscreenXAxis(java.lang.String xAxis)
xAxis
- the name of the xAxispublic java.lang.String getOffscreenXAxis()
@OptionMetadata(displayName="Chart width (pixels)", description="Width of the rendered chart", displayOrder=2) public void setOffscreenWidth(java.lang.String width)
width
- the width in pixels.public java.lang.String getOffscreenWidth()
@OptionMetadata(displayName="Chart height (pixels)", description="Height of the rendered chart", displayOrder=3) public void setOffscreenHeight(java.lang.String height)
height
- the height in pixelspublic java.lang.String getOffscreenHeight()
@ProgrammaticProperty public void setOffscreenRendererName(java.lang.String rendererName)
rendererName
- the name of the renderer to usepublic java.lang.String getOffscreenRendererName()
@ProgrammaticProperty public void setOffscreenAdditionalOpts(java.lang.String additional)
additional
- additional optionspublic java.lang.String getOffscreenAdditionalOpts()
public void processIncoming(Data data)
processIncoming
in interface BaseStepExtender
processIncoming
in interface Step
processIncoming
in class BaseSimpleDataVisualizer
data
- the data to processpublic java.util.Map<java.lang.String,java.lang.String> getInteractiveViewers()
getInteractiveViewers
in interface Step
getInteractiveViewers
in class BaseStep
public java.util.List<java.lang.String> getOutgoingConnectionTypes()
getOutgoingConnectionTypes
in interface BaseStepExtender
getOutgoingConnectionTypes
in interface Step
getOutgoingConnectionTypes
in class BaseSimpleDataVisualizer
public java.lang.String getCustomEditorForStep()
getCustomEditorForStep
in interface Step
getCustomEditorForStep
in class BaseStep