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

Method testMin

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

Test of min method, of class SparseVector.

()

Source from the content-addressed store, hash-verified

235 * Test of min method, of class SparseVector.
236 */
237 @Test
238 public void testMin()
239 {
240 System.out.println("min");
241 assertEquals(0.0, x.min(), 1e-15);
242
243 y.set(15, -5.0);
244 assertEquals(-5.0, y.min(), 1e-15);
245 }
246
247 /**
248 * Test of max method, of class SparseVector.

Callers

nothing calls this directly

Calls 2

minMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected