(DataSet data, OutputStream os)
| 202 | } |
| 203 | |
| 204 | public static void writeArffFile(DataSet data, OutputStream os) { |
| 205 | writeArffFile(data, os, "Default_Relation"); |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Writes out the dataset as an ARFF file to the given stream. This method |
nothing calls this directly
no test coverage detected