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

Method readFP

JSAT/src/jsat/io/JSATData.java:87–92  ·  view source on GitHub ↗
(DataInputStream in)

Source from the content-addressed store, hash-verified

85 }
86
87 @Override
88 protected double readFP(DataInputStream in) throws IOException
89 {
90 //Auto dosn't actually write! Auto just means figure out the best
91 throw new UnsupportedOperationException("Not supported .");
92 }
93
94 @Override
95 protected boolean noLoss(double orig)

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected