Package weka.knowledgeflow.steps
Interface StripChart.PlotNotificationListener
-
- All Known Implementing Classes:
StripChartInteractiveView
- Enclosing class:
- StripChart
public static interface StripChart.PlotNotificationListenerStripChartInteractiveView implements this in order to receive data points. Other potential viewer implementations could as well.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptDataPoint(double[] dataPoint)voidsetLegend(java.util.List<java.lang.String> legendEntries, double min, double max)
-