Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testWriteRead
Method · 0.95
testLoadR_File
Method · 0.95
deepCopy
Method · 0.80
write
Method · 0.80
readR
Method · 0.80
readC
Method · 0.80
read
Method · 0.80
write
Method · 0.80
load
Method · 0.80
Calls
1
finish
Method · 0.95
Tested by
3
testWriteRead
Method · 0.76
testLoadR_File
Method · 0.76
deepCopy
Method · 0.64