Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WinVector/Logistic
/ dim
Method
dim
src/com/winvector/opt/def/DModel.java:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
public
interface
DModel<T extends ExampleRow> extends Serializable {
6
int
dim();
7
int
noutcomes();
8
9
/**
Callers
15
numericlyBuildGradientAndHessian
Method · 0.65
testGradAndHessian
Method · 0.65
testTrainPlusAdpat
Method · 0.65
testVectorEncodingB
Method · 0.65
buildStatBasedEncodings
Method · 0.65
translateTo
Method · 0.65
train
Method · 0.65
score
Method · 0.65
dim
Method · 0.65
run
Method · 0.65
dim
Method · 0.65
eval
Method · 0.65
Implementers
1
SigmoidLossMultinomial
src/com/winvector/logistic/SigmoidLoss
Calls
no outgoing calls
Tested by
4
numericlyBuildGradientAndHessian
Method · 0.52
testGradAndHessian
Method · 0.52
testTrainPlusAdpat
Method · 0.52
testVectorEncodingB
Method · 0.52