Class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
,Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
- Enclosing class:
- UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder
public static class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
-
Constructor Summary
Constructors Constructor Description HistogramCountsDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
actingBlockLength()
StringBuilder
appendTo(StringBuilder builder)
long
binCount()
static int
binCountId()
static long
binCountMaxValue()
static String
binCountMetaAttribute(MetaAttribute metaAttribute)
static long
binCountMinValue()
static long
binCountNullValue()
int
count()
boolean
hasNext()
Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
iterator()
UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder
next()
void
remove()
static int
sbeBlockLength()
static int
sbeHeaderSize()
String
toString()
void
wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
wrap
public void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
-
sbeHeaderSize
public static int sbeHeaderSize()
-
sbeBlockLength
public static int sbeBlockLength()
-
actingBlockLength
public int actingBlockLength()
-
count
public int count()
-
iterator
public Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder> iterator()
- Specified by:
iterator
in interfaceIterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
next
public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder next()
- Specified by:
next
in interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
binCountId
public static int binCountId()
-
binCountMetaAttribute
public static String binCountMetaAttribute(MetaAttribute metaAttribute)
-
binCountNullValue
public static long binCountNullValue()
-
binCountMinValue
public static long binCountMinValue()
-
binCountMaxValue
public static long binCountMaxValue()
-
binCount
public long binCount()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-