protected static class BoundaryPlotter.SchemeRowTask extends StepTask<BoundaryPlotter.RowResult> implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Classifier |
m_classifier |
protected DensityBasedClusterer |
m_clusterer |
protected DataGenerator |
m_dataGenerator |
protected int |
m_imageHeight |
protected int |
m_imageWidth |
protected double |
m_maxX |
protected double |
m_maxY |
protected double |
m_minX |
protected double |
m_minY |
protected int |
m_numOfSamplesPerRegion |
protected double |
m_pixHeight |
protected double |
m_pixWidth |
protected int |
m_rowNum |
protected double |
m_samplesBase |
protected Instances |
m_trainingData |
protected int |
m_xAtt |
protected int |
m_yAtt |
m_callback, m_callbackNotifier, m_log, m_mustRunSingleThreaded, m_resourceIntensive, m_result| Constructor and Description |
|---|
SchemeRowTask(Step source) |
| Modifier and Type | Method and Description |
|---|---|
void |
process()
The actual work gets done here.
|
call, getCallbackNotifierDelegate, getExecutionResult, getLogHandler, getMustRunSingleThreaded, isResourceIntensive, notifyCallback, setCallbackNotifierDelegate, setExecutionResult, setLogHandler, setMustRunSingleThreaded, setResourceIntensiveprotected int m_xAtt
protected int m_yAtt
protected int m_rowNum
protected int m_imageWidth
protected int m_imageHeight
protected double m_pixWidth
protected double m_pixHeight
protected Classifier m_classifier
protected DensityBasedClusterer m_clusterer
protected DataGenerator m_dataGenerator
protected Instances m_trainingData
protected double m_minX
protected double m_maxX
protected double m_minY
protected double m_maxY
protected int m_numOfSamplesPerRegion
protected double m_samplesBase
public SchemeRowTask(Step source)
public void process()
throws java.lang.Exception
StepTaskprocess in class StepTask<BoundaryPlotter.RowResult>java.lang.Exception