Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WinVector/Logistic
/ normSq
Method
normSq
src/com/winvector/variables/BTable.java:72–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
public
double normSq() {
73
double nsq = 0.0;
74
for
(
final
double v: levelEncodings.values()) {
75
nsq += v*v;
76
}
77
return
nsq;
78
}
79
}
80
81
Callers
1
encode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected