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

Method writeFP

JSAT/src/jsat/io/JSATData.java:80–85  ·  view source on GitHub ↗
(double value, DataOutputStream out)

Source from the content-addressed store, hash-verified

78 AUTO
79 {
80 @Override
81 protected void writeFP(double value, DataOutputStream out) throws IOException
82 {
83 //Auto dosn't actually write! Auto just means figure out the best
84 throw new UnsupportedOperationException("Not supported .");
85 }
86
87 @Override
88 protected double readFP(DataInputStream in) throws IOException

Callers 1

pointToBytesMethod · 0.80

Calls 2

minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected