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

Method close

JSAT/src/jsat/io/DataWriter.java:135–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 @Override
136 public void close() throws IOException
137 {
138 finish();
139 out.close();
140 }
141
142 public static enum DataSetType
143 {

Callers 9

testWriteReadMethod · 0.95
testLoadR_FileMethod · 0.95
deepCopyMethod · 0.80
writeMethod · 0.80
readRMethod · 0.80
readCMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
loadMethod · 0.80

Calls 1

finishMethod · 0.95

Tested by 3

testWriteReadMethod · 0.76
testLoadR_FileMethod · 0.76
deepCopyMethod · 0.64