@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 |
|---|---|
String |
getCustomEditorForStep()
Get the fully qualified class name of the custom editor for this step
|
Map<String,String> |
getInteractiveViewers()
Get a map of popup viewers that can be used with this step
|
String |
getOffscreenAdditionalOpts()
Get the additional options for the offscreen renderer
|
String |
getOffscreenHeight()
Get the height (in pixels) of the offscreen image to generate
|
String |
getOffscreenRendererName()
Get the name of the renderer to use for offscreen chart rendering
operations
|
String |
getOffscreenWidth()
Get the width (in pixels) of the offscreen image to generate.
|
String |
getOffscreenXAxis()
Get the name of the attribute for the x-axis in offscreen plots
|
List<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(String additional)
Set the additional options for the offscreen renderer
|
void |
setOffscreenHeight(String height)
Set the height (in pixels) of the offscreen image to generate
|
void |
setOffscreenRendererName(String rendererName)
Set the name of the renderer to use for offscreen chart rendering
operations
|
void |
setOffscreenWidth(String width)
Set the width (in pixels) of the offscreen image to generate.
|
void |
setOffscreenXAxis(String xAxis)
Set the name of the attribute for the x-axis in offscreen plots.
|
getDatasets, getIncomingConnectionTypes, restoreData, retrieveData, stepInitenvironmentSubstitute, getDefaultSettings, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, start, stop@OptionMetadata(displayName="X-axis attribute", description="Attribute name or /first, /last or /<index>", displayOrder=1) public void setOffscreenXAxis(String xAxis)
xAxis - the name of the xAxispublic String getOffscreenXAxis()
@OptionMetadata(displayName="Chart width (pixels)", description="Width of the rendered chart", displayOrder=2) public void setOffscreenWidth(String width)
width - the width in pixels.public String getOffscreenWidth()
@OptionMetadata(displayName="Chart height (pixels)", description="Height of the rendered chart", displayOrder=3) public void setOffscreenHeight(String height)
height - the height in pixelspublic String getOffscreenHeight()
@ProgrammaticProperty public void setOffscreenRendererName(String rendererName)
rendererName - the name of the renderer to usepublic String getOffscreenRendererName()
@ProgrammaticProperty public void setOffscreenAdditionalOpts(String additional)
additional - additional optionspublic String getOffscreenAdditionalOpts()
public void processIncoming(Data data)
processIncoming in interface BaseStepExtenderprocessIncoming in interface StepprocessIncoming in class BaseSimpleDataVisualizerdata - the data to processpublic Map<String,String> getInteractiveViewers()
getInteractiveViewers in interface StepgetInteractiveViewers in class BaseSteppublic List<String> getOutgoingConnectionTypes()
getOutgoingConnectionTypes in interface BaseStepExtendergetOutgoingConnectionTypes in interface StepgetOutgoingConnectionTypes in class BaseSimpleDataVisualizerpublic String getCustomEditorForStep()
getCustomEditorForStep in interface StepgetCustomEditorForStep in class BaseStepCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.