MCPcopy 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

predictMethod · 0.95
predictMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by 2