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

Method getRawWeight

JSAT/src/jsat/classifiers/linear/SDCA.java:595–599  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

593 }
594
595 @Override
596 public Vec getRawWeight(int index)
597 {
598 return ws[index];
599 }
600
601 @Override
602 public double getBias(int index)

Callers 3

testScaleMethod · 0.95
testSetCMethod · 0.95
testWarmOtherMethod · 0.95

Calls

no outgoing calls

Tested by 3

testScaleMethod · 0.76
testSetCMethod · 0.76
testWarmOtherMethod · 0.76