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 voidexportDoubleValues(String identifier, double[] toExport)voidexportIntegerValues(String identifier, int[] toExport)voidexportStringValues(String identifier, String[] toExport)
-