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

Method getBackingArray

JSAT/src/jsat/utils/DoubleList.java:221–224  ·  view source on GitHub ↗

Returns the reference to the array that backs this list. Alterations to the array will be visible to the DoubelList and vise versa. The array returned may not the the same size as the value returned by #size() @return the underlying array used by this DoubleList

()

Source from the content-addressed store, hash-verified

219 * @return the underlying array used by this DoubleList
220 */
221 public double[] getBackingArray()
222 {
223 return array;
224 }
225
226 /**
227 * Obtains a view of this double list as a dense vector with equal length.

Callers 7

scoreMethod · 0.95
trainCMethod · 0.95
addParameterMethod · 0.95
getPreScoreMethod · 0.80
getScoreMethod · 0.80
scoreMethod · 0.80
dotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected