Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ getRawModel
Method
getRawModel
core/src/main/java/io/ddf/ml/Model.java:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
@Override
47
public
Object getRawModel() {
48
return
mRawModel;
49
}
50
51
@Override
52
public
void
setRawModel(Object rawModel) {
Callers
5
predict
Method · 0.95
testModelSerializationTest
Method · 0.95
testModelSerialize2DDF
Method · 0.95
predict
Method · 0.95
toString
Method · 0.95
Calls
no outgoing calls
Tested by
2
testModelSerializationTest
Method · 0.76
testModelSerialize2DDF
Method · 0.76