Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ addModel
Method
addModel
core/src/main/java/io/ddf/DDFManager.java:209–211 ·
view source on GitHub ↗
(IModel model)
Source
from the content-addressed store, hash-verified
207
}
208
209
public
void
addModel(IModel model) {
210
mModels.put(model.getName(), model);
211
}
212
213
public
IModel getModel(String modelName) {
214
return
mModels.get(modelName);
Callers
2
train
Method · 0.80
deserializeFromDDF
Method · 0.80
Calls
2
put
Method · 0.80
getName
Method · 0.65
Tested by
no test coverage detected