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

Method isSparse

JSAT/src/jsat/linear/SubVector.java:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 @Override
65 public boolean isSparse()
66 {
67 return vec.isSparse();
68 }
69
70 @Override
71 public Iterator<IndexValue> getNonZeroIterator(int start)

Callers 2

testIsSparseMethod · 0.95
cloneMethod · 0.45

Calls

no outgoing calls

Tested by 1

testIsSparseMethod · 0.76