MCPcopy Index your code
hub / github.com/ddf-project/DDF / setAsFactor

Method setAsFactor

core/src/main/java/io/ddf/DDF.java:976–978  ·  view source on GitHub ↗
(int columnIndex)

Source from the content-addressed store, hash-verified

974 }
975
976 public Factor<?> setAsFactor(int columnIndex) throws DDFException {
977 return this.getSchemaHandler().setAsFactor(columnIndex);
978 }
979
980 public Factor<?> setAsFactor(String columnName) throws DDFException {
981 return this.getSchemaHandler().setAsFactor(columnName);

Callers 1

Calls 2

getSchemaHandlerMethod · 0.95
setAsFactorMethod · 0.65

Tested by 1