Uses of Class
moa.gui.visualization.StreamOutlierPanel
-
Packages that use StreamOutlierPanel Package Description moa.gui.outliertab moa.gui.visualization -
-
Uses of StreamOutlierPanel in moa.gui.outliertab
Methods in moa.gui.outliertab that return StreamOutlierPanel Modifier and Type Method Description StreamOutlierPanel
OutlierVisualTab. getLeftStreamPanel()
StreamOutlierPanel
OutlierVisualTab. getRightStreamPanel()
-
Uses of StreamOutlierPanel in moa.gui.visualization
Fields in moa.gui.visualization declared as StreamOutlierPanel Modifier and Type Field Description protected StreamOutlierPanel
OutlierPanel. streamPanel
Constructors in moa.gui.visualization with parameters of type StreamOutlierPanel Constructor Description OutlierPanel(MyBaseOutlierDetector myOutlierDetector, MyBaseOutlierDetector.Outlier outlier, SphereCluster cluster, Color color, StreamOutlierPanel sp)
Creates new form ObjectPanel
-