Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ toString
Method
toString
src/com/winvector/variables/ConstRecord.java:47–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
@Override
48
public
String toString() {
49
return
"Const->["
+ index +
"]"
;
50
}
51
52
@Override
53
public
SortedMap<String,Double> effects(
final
int
base,
final
double[] x) {
Callers
2
formatC
Method · 0.45
formatState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected