MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / isSparse

Method isSparse

JSAT/src/jsat/linear/DenseVector.java:495–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

493 }
494
495 @Override
496 public boolean isSparse()
497 {
498 return false;
499 }
500}

Callers 3

dotMethod · 0.45
mutableAddMethod · 0.45
pNormDistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected