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

Method testMean

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

Test of mean method, of class ShiftedVec.

()

Source from the content-addressed store, hash-verified

375 * Test of mean method, of class ShiftedVec.
376 */
377 @Test
378 public void testMean()
379 {
380 System.out.println("mean");
381 ShiftedVec a = new ShiftedVec(a_base, shift_a);
382 assertEquals(a_dense.mean(), a.mean(), 1e-10);
383 }
384
385 /**
386 * Test of variance method, of class ShiftedVec.

Callers

nothing calls this directly

Calls 2

meanMethod · 0.95
meanMethod · 0.45

Tested by

no test coverage detected