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

Method zeroOut

JSAT/src/jsat/linear/ShiftedVec.java:184–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 @Override
185 public void zeroOut()
186 {
187 base.zeroOut();
188 shift = 0;
189 }
190
191 @Override
192 public double pNorm(double p)

Callers 1

testZeroOutMethod · 0.95

Calls

no outgoing calls

Tested by 1

testZeroOutMethod · 0.76