Uses of Class
moa.gui.visualization.StreamPanel
-
Packages that use StreamPanel Package Description moa.gui.clustertab moa.gui.visualization -
-
Uses of StreamPanel in moa.gui.clustertab
Methods in moa.gui.clustertab that return StreamPanel Modifier and Type Method Description StreamPanel
ClusteringVisualTab. getLeftStreamPanel()
StreamPanel
ClusteringVisualTab. getRightStreamPanel()
-
Uses of StreamPanel in moa.gui.visualization
Fields in moa.gui.visualization declared as StreamPanel Modifier and Type Field Description protected StreamPanel
PointPanel. sp
protected StreamPanel
ClusterPanel. streamPanel
Constructors in moa.gui.visualization with parameters of type StreamPanel Constructor Description ClusterPanel(SphereCluster cluster, Color color, StreamPanel sp)
Creates new form ObjectPanelPointPanel(DataPoint point, StreamPanel streamPanel, double decayRate, double decayThreshold)
Type 1: Possibly be decayed, colored by class label.PointPanel(DataPoint point, StreamPanel streamPanel, Color color)
Type 2: Never be decayed, single color.
-