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

Method get

JSAT/src/jsat/linear/Vec.java:105–105  ·  view source on GitHub ↗

Gets the value stored at a specific index in the vector @param index the index to access @return the double value in the vector @throws IndexOutOfBoundsException if the index given is greater than or equal to its #length()

(int index)

Source from the content-addressed store, hash-verified

103 * equal to its {@link #length() }
104 */
105 abstract public double get(int index);
106
107 /**
108 * Sets the value stored at a specified index in the vector

Callers 15

testSortedCopyMethod · 0.95
testSetCMethod · 0.95
testTrainMethod · 0.95
testTrainMethod · 0.95
testSetUsingDataMethod · 0.95
testTransform2_2Method · 0.95
testTransform2_3Method · 0.95
testConsolidateMethod · 0.95
testTransformMethod · 0.95
testCloneMethod · 0.95
generate3DimIn10RMethod · 0.95

Calls

no outgoing calls

Tested by 15

testSortedCopyMethod · 0.76
testSetCMethod · 0.76
testTrainMethod · 0.76
testTrainMethod · 0.76
testSetUsingDataMethod · 0.76
testTransform2_2Method · 0.76
testTransform2_3Method · 0.76
testConsolidateMethod · 0.76
testTransformMethod · 0.76
testCloneMethod · 0.76
generate3DimIn10RMethod · 0.76