nd4j.graph.UIHistogram.addType = function(builder, type) {
  builder.addFieldInt8(0, type, nd4j.graph.UIHistogramType.DISCRETE);
};