com.rapidminer.datatable
Class GnuPlotDataTableHandler
java.lang.Object
com.rapidminer.datatable.GnuPlotDataTableHandler
- All Implemented Interfaces:
- DataTableListener
public class GnuPlotDataTableHandler
- extends java.lang.Object
- implements DataTableListener
This class can be used to create GnuPlot files from data tables.
- Author:
- Ingo Mierswa
|
Method Summary |
void |
dataTableUpdated(DataTable table)
|
void |
writeGNUPlot(java.io.PrintStream out,
int x,
int y,
int[] z,
java.lang.String linetype,
java.lang.String additionalCommands,
java.lang.String terminal)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GnuPlotDataTableHandler
public GnuPlotDataTableHandler(DataTable table)
dataTableUpdated
public void dataTableUpdated(DataTable table)
- Specified by:
dataTableUpdated in interface DataTableListener
writeGNUPlot
public void writeGNUPlot(java.io.PrintStream out,
int x,
int y,
int[] z,
java.lang.String linetype,
java.lang.String additionalCommands,
java.lang.String terminal)
Copyright © 2001-2009 by Rapid-I