Package org.nd4j.graph
Class UIHistogram
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.UIHistogram
-
public final class UIHistogram extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UIHistogram.Vector
-
Constructor Summary
Constructors Constructor Description UIHistogram()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UIHistogram
__assign(int _i, ByteBuffer _bb)
void
__init(int _i, ByteBuffer _bb)
static void
addBinlabels(com.google.flatbuffers.FlatBufferBuilder builder, int binlabelsOffset)
static void
addBinranges(com.google.flatbuffers.FlatBufferBuilder builder, int binrangesOffset)
static void
addNumbins(com.google.flatbuffers.FlatBufferBuilder builder, long numbins)
static void
addType(com.google.flatbuffers.FlatBufferBuilder builder, byte type)
static void
addY(com.google.flatbuffers.FlatBufferBuilder builder, int yOffset)
String
binlabels(int j)
int
binlabelsLength()
com.google.flatbuffers.StringVector
binlabelsVector()
com.google.flatbuffers.StringVector
binlabelsVector(com.google.flatbuffers.StringVector obj)
FlatArray
binranges()
FlatArray
binranges(FlatArray obj)
static int
createBinlabelsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
static int
createUIHistogram(com.google.flatbuffers.FlatBufferBuilder builder, byte type, long numbins, int binrangesOffset, int yOffset, int binlabelsOffset)
static int
endUIHistogram(com.google.flatbuffers.FlatBufferBuilder builder)
static UIHistogram
getRootAsUIHistogram(ByteBuffer _bb)
static UIHistogram
getRootAsUIHistogram(ByteBuffer _bb, UIHistogram obj)
long
numbins()
static void
startBinlabelsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
static void
startUIHistogram(com.google.flatbuffers.FlatBufferBuilder builder)
byte
type()
static void
ValidateVersion()
FlatArray
y()
FlatArray
y(FlatArray obj)
-
Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
ValidateVersion
public static void ValidateVersion()
-
getRootAsUIHistogram
public static UIHistogram getRootAsUIHistogram(ByteBuffer _bb)
-
getRootAsUIHistogram
public static UIHistogram getRootAsUIHistogram(ByteBuffer _bb, UIHistogram obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public UIHistogram __assign(int _i, ByteBuffer _bb)
-
type
public byte type()
-
numbins
public long numbins()
-
binranges
public FlatArray binranges()
-
y
public FlatArray y()
-
binlabels
public String binlabels(int j)
-
binlabelsLength
public int binlabelsLength()
-
binlabelsVector
public com.google.flatbuffers.StringVector binlabelsVector()
-
binlabelsVector
public com.google.flatbuffers.StringVector binlabelsVector(com.google.flatbuffers.StringVector obj)
-
createUIHistogram
public static int createUIHistogram(com.google.flatbuffers.FlatBufferBuilder builder, byte type, long numbins, int binrangesOffset, int yOffset, int binlabelsOffset)
-
startUIHistogram
public static void startUIHistogram(com.google.flatbuffers.FlatBufferBuilder builder)
-
addType
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder, byte type)
-
addNumbins
public static void addNumbins(com.google.flatbuffers.FlatBufferBuilder builder, long numbins)
-
addBinranges
public static void addBinranges(com.google.flatbuffers.FlatBufferBuilder builder, int binrangesOffset)
-
addY
public static void addY(com.google.flatbuffers.FlatBufferBuilder builder, int yOffset)
-
addBinlabels
public static void addBinlabels(com.google.flatbuffers.FlatBufferBuilder builder, int binlabelsOffset)
-
createBinlabelsVector
public static int createBinlabelsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startBinlabelsVector
public static void startBinlabelsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
endUIHistogram
public static int endUIHistogram(com.google.flatbuffers.FlatBufferBuilder builder)
-
-