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

Method testMedian

JSAT/test/jsat/linear/ShiftedVecTest.java:443–449  ·  view source on GitHub ↗

Test of median method, of class ShiftedVec.

()

Source from the content-addressed store, hash-verified

441 * Test of median method, of class ShiftedVec.
442 */
443 @Test
444 public void testMedian()
445 {
446 System.out.println("median");
447 ShiftedVec a = new ShiftedVec(a_base, shift_a);
448 assertEquals(a_dense.median(), a.median(), 1e-10);
449 }
450
451 /**
452 * Test of getNonZeroIterator method, of class ShiftedVec.

Callers

nothing calls this directly

Calls 2

medianMethod · 0.95
medianMethod · 0.45

Tested by

no test coverage detected