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

Method getShift

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

@return the additive scalar used to shift over the #getBase() base value

()

Source from the content-addressed store, hash-verified

60 * base} value
61 */
62 public double getShift()
63 {
64 return shift;
65 }
66
67 /**
68 * Embeds the current shift scalar into the base vector, modifying it and

Callers 4

testSetShiftMethod · 0.95
testEmbedShiftMethod · 0.95
testMutableMultiplyMethod · 0.95
testZeroOutMethod · 0.95

Calls

no outgoing calls

Tested by 4

testSetShiftMethod · 0.76
testEmbedShiftMethod · 0.76
testMutableMultiplyMethod · 0.76
testZeroOutMethod · 0.76