public class RunOutlierVisualizer extends Object implements Runnable, ActionListener, ClusterEventListener
Modifier and Type | Field and Description |
---|---|
static int |
initialPauseInterval
the pause interval, being read from the gui at startup
|
MyBaseOutlierDetector[] |
m_outlier |
Constructor and Description |
---|
RunOutlierVisualizer(OutlierVisualTab visualPanel,
OutlierSetupTab outlierSetupTab) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
changeCluster(ClusterEvent e) |
void |
exportCSV(String filepath) |
static int |
getCurrentTimestamp() |
static void |
pause() |
void |
redraw() |
void |
redrawOnResize() |
static void |
resume() |
void |
run() |
void |
setOutliersVisibility(boolean selected) |
void |
setPointsVisibility(boolean selected) |
void |
setSpeed(int speed) |
void |
setWaitWinFull(boolean b) |
void |
stop() |
void |
weka() |
public static final int initialPauseInterval
public MyBaseOutlierDetector[] m_outlier
public RunOutlierVisualizer(OutlierVisualTab visualPanel, OutlierSetupTab outlierSetupTab)
public void setWaitWinFull(boolean b)
public void redraw()
public void redrawOnResize()
public static int getCurrentTimestamp()
public static void pause()
public static void resume()
public void stop()
public void setSpeed(int speed)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void setPointsVisibility(boolean selected)
public void setOutliersVisibility(boolean selected)
public void changeCluster(ClusterEvent e)
changeCluster
in interface ClusterEventListener
public void exportCSV(String filepath)
public void weka()
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.