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

Method setTrainedColumns

core/src/main/java/io/ddf/ml/IModel.java:23–23  ·  view source on GitHub ↗
(String[] columns)

Source from the content-addressed store, hash-verified

21 public void setName(String name);
22
23 public void setTrainedColumns(String[] columns);
24
25 public String[] getTrainedColumns();
26

Callers 1

trainMethod · 0.95

Implementers 1

Modelcore/src/main/java/io/ddf/ml/Model.jav

Calls

no outgoing calls

Tested by

no test coverage detected