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

Method getColumnClass

core/src/main/java/io/ddf/content/Schema.java:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 }
303
304 public ColumnClass getColumnClass() {
305 return mClass;
306 }
307
308 public Column setColumnClass(ColumnClass clazz) {
309 this.mClass = clazz;

Callers 9

getDummyCodingMethod · 0.95
testReservedFactorMethod · 0.80
testBinningToLabelsMethod · 0.80
getCategoricalColumnsMethod · 0.80
copyFactorMethod · 0.80
projectMethod · 0.80

Calls

no outgoing calls

Tested by 3

testReservedFactorMethod · 0.64
testBinningToLabelsMethod · 0.64