Package weka.knowledgeflow.steps
Interface StripChart.PlotNotificationListener
- All Known Implementing Classes:
StripChartInteractiveView
- Enclosing class:
- StripChart
public static interface StripChart.PlotNotificationListener
StripChartInteractiveView implements this in order to receive data points.
Other potential viewer implementations could as well.
-
Method Summary
-
Method Details
-
setLegend
-
acceptDataPoint
void acceptDataPoint(double[] dataPoint)
-