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

Method setValue

JSAT/src/jsat/linear/IndexValue.java:41–44  ·  view source on GitHub ↗

Sets the value associated with the index @param value the new value

(double value)

Source from the content-addressed store, hash-verified

39 * @param value the new value
40 */
41 public void setValue(double value)
42 {
43 this.value = value;
44 }
45
46 /**
47 * Returns the index of the stored value

Callers 15

nextMethod · 0.95
testPut_Long_DoubleMethod · 0.45
testPut_long_doubleMethod · 0.45
testIncrementMethod · 0.45
testPut_int_doubleMethod · 0.45
testIncrementMethod · 0.45
testPut_int_doubleMethod · 0.45
testIncrementMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by 9

testPut_Long_DoubleMethod · 0.36
testPut_long_doubleMethod · 0.36
testIncrementMethod · 0.36
testPut_int_doubleMethod · 0.36
testIncrementMethod · 0.36
testPut_int_doubleMethod · 0.36
testIncrementMethod · 0.36