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

Method getBase

JSAT/src/jsat/linear/ShiftedVec.java:42–45  ·  view source on GitHub ↗

@return the base vector used by this object

()

Source from the content-addressed store, hash-verified

40 * @return the base vector used by this object
41 */
42 public Vec getBase()
43 {
44 return base;
45 }
46
47 /**
48 * Directly alters the shift value used for this vector. The old sift is

Callers 2

testEmbedShiftMethod · 0.95
updateMethod · 0.45

Calls

no outgoing calls

Tested by 1

testEmbedShiftMethod · 0.76