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

Method isSparse

JSAT/src/jsat/linear/ShiftedVec.java:338–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336 }
337
338 @Override
339 public boolean isSparse()
340 {
341 return base.isSparse();
342 }
343
344 @Override
345 public ShiftedVec clone()

Callers 2

pNormMethod · 0.95
getNonZeroIteratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected