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

Method isSparse

JSAT/src/jsat/linear/Matrix.java:656–660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654 }
655
656 @Override
657 public boolean isSparse()
658 {
659 return M.isSparce();
660 }
661
662 @Override
663 public Vec clone()

Callers 2

updateRowMethod · 0.45
OuterProductUpdateMethod · 0.45

Calls 1

isSparceMethod · 0.45

Tested by

no test coverage detected