MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / writeArffFile

Method writeArffFile

JSAT/src/jsat/ARFFLoader.java:204–206  ·  view source on GitHub ↗
(DataSet data, OutputStream os)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

addQuotesMethod · 0.95
writeCatVarMethod · 0.95
getPredictingMethod · 0.95
getCategoricalValueMethod · 0.95
getNumericalValuesMethod · 0.95
lengthMethod · 0.95
getMethod · 0.95
getDataPointCategoryMethod · 0.95
getCategoriesMethod · 0.80
getNumNumericalVarsMethod · 0.80
getNumericNameMethod · 0.80
getOptionNameMethod · 0.80

Tested by

no test coverage detected