Class GroupSizeEncodingDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.GroupSizeEncodingDecoder
-
@Generated("org.deeplearning4j.ui.stats.sbe.GroupSizeEncodingDecoder") public class GroupSizeEncodingDecoder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intENCODED_LENGTH
-
Constructor Summary
Constructors Constructor Description GroupSizeEncodingDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappendTo(StringBuilder builder)intblockLength()static intblockLengthMaxValue()static intblockLengthMinValue()static intblockLengthNullValue()intencodedLength()intnumInGroup()static intnumInGroupMaxValue()static intnumInGroupMinValue()static intnumInGroupNullValue()StringtoString()GroupSizeEncodingDecoderwrap(org.agrona.DirectBuffer buffer, int offset)
-
-
-
Field Detail
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrap
public GroupSizeEncodingDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
-
encodedLength
public int encodedLength()
-
blockLengthNullValue
public static int blockLengthNullValue()
-
blockLengthMinValue
public static int blockLengthMinValue()
-
blockLengthMaxValue
public static int blockLengthMaxValue()
-
blockLength
public int blockLength()
-
numInGroupNullValue
public static int numInGroupNullValue()
-
numInGroupMinValue
public static int numInGroupMinValue()
-
numInGroupMaxValue
public static int numInGroupMaxValue()
-
numInGroup
public int numInGroup()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-