Package de.fzi.power.regression.r.io
Interface DataValuesExporter
-
- All Known Implementing Classes:
RDataValuesExporter
public interface DataValuesExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exportDoubleValues(String identifier, double[] toExport)
void
exportIntegerValues(String identifier, int[] toExport)
void
exportStringValues(String identifier, String[] toExport)
-