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

Method get

JSAT/src/jsat/utils/DoubleList.java:140–144  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

138 }
139
140 @Override
141 public Double get(int index)
142 {
143 return getD(index);
144 }
145
146 /**
147 * Operates exactly as {@link #set(int, java.lang.Double) }

Callers 15

testApply_ListMethod · 0.95
testReadNumericOnlyMethod · 0.95
testLoadR_FileMethod · 0.95
testLog2Method · 0.95
testLog2_2pd1Method · 0.95
testLog2_c11Method · 0.95
testPow2_doubleMethod · 0.95
testPowMethod · 0.95
testLogMethod · 0.95
testExpMethod · 0.95
testDigammaMethod · 0.95

Calls 1

getDMethod · 0.95

Tested by 12

testApply_ListMethod · 0.76
testReadNumericOnlyMethod · 0.76
testLoadR_FileMethod · 0.76
testLog2Method · 0.76
testLog2_2pd1Method · 0.76
testLog2_c11Method · 0.76
testPow2_doubleMethod · 0.76
testPowMethod · 0.76
testLogMethod · 0.76
testExpMethod · 0.76
testDigammaMethod · 0.76