Package de.fzi.power.regression.r.io
Class RDataValuesExporter
- java.lang.Object
-
- de.fzi.power.regression.r.io.RDataValuesExporter
-
- All Implemented Interfaces:
DataValuesExporter
public class RDataValuesExporter extends Object implements DataValuesExporter
-
-
Constructor Summary
Constructors Constructor Description RDataValuesExporter(RRegressionConnection rConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exportDoubleValues(String identifier, double[] toExport)
void
exportIntegerValues(String identifier, int[] toExport)
void
exportStringValues(String identifier, String[] toExport)
-
-
-
Constructor Detail
-
RDataValuesExporter
public RDataValuesExporter(RRegressionConnection rConnection)
-
-
Method Detail
-
exportDoubleValues
public void exportDoubleValues(String identifier, double[] toExport)
- Specified by:
exportDoubleValues
in interfaceDataValuesExporter
-
exportIntegerValues
public void exportIntegerValues(String identifier, int[] toExport)
- Specified by:
exportIntegerValues
in interfaceDataValuesExporter
-
exportStringValues
public void exportStringValues(String identifier, String[] toExport)
- Specified by:
exportStringValues
in interfaceDataValuesExporter
-
-