MCPcopy Create free account
hub / github.com/ddf-project/DDF / newModel

Method newModel

core/src/main/java/io/ddf/ml/MLSupporter.java:186–188  ·  view source on GitHub ↗
(Object rawModel)

Source from the content-addressed store, hash-verified

184 }
185
186 public IModel newModel(Object rawModel) throws DDFException {
187 return this.newModel(new Class<?>[]{Object.class}, new Object[]{rawModel});
188 }
189
190 @SuppressWarnings("unchecked")
191 private IModel newModel(Class<?>[] argTypes, Object[] argValues) throws DDFException {

Callers 1

trainMethod · 0.95

Calls 4

getValueMethod · 0.95
newInstanceMethod · 0.80
getEngineMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected