Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testScale
Method · 0.95
testSetC
Method · 0.95
testWarmOther
Method · 0.95
Calls
no outgoing calls
Tested by
3
testScale
Method · 0.76
testSetC
Method · 0.76
testWarmOther
Method · 0.76