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

Method testIsSparse

JSAT/test/jsat/linear/SparseVectorTest.java:883–889  ·  view source on GitHub ↗

Test of isSparse method, of class SparseVector.

()

Source from the content-addressed store, hash-verified

881 * Test of isSparse method, of class SparseVector.
882 */
883 @Test
884 public void testIsSparse()
885 {
886 System.out.println("isSparse");
887 assertTrue(x.isSparse());
888 assertTrue(y.isSparse());
889 }
890}

Callers

nothing calls this directly

Calls 1

isSparseMethod · 0.45

Tested by

no test coverage detected