Class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
,Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
- Enclosing class:
- UpdateDecoder.PerParameterStatsDecoder
public static class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder
-
Constructor Summary
Constructors Constructor Description HistogramsDecoder()
-
Method Summary
-
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> iterator()
- Specified by:
iterator
in interfaceIterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
-
next
public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder next()
- Specified by:
next
in interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
-
statTypeId
public static int statTypeId()
-
statTypeMetaAttribute
public static String statTypeMetaAttribute(MetaAttribute metaAttribute)
-
statType
public StatsType statType()
-
minValueId
public static int minValueId()
-
minValueMetaAttribute
public static String minValueMetaAttribute(MetaAttribute metaAttribute)
-
minValueNullValue
public static double minValueNullValue()
-
minValueMinValue
public static double minValueMinValue()
-
minValueMaxValue
public static double minValueMaxValue()
-
minValue
public double minValue()
-
maxValueId
public static int maxValueId()
-
maxValueMetaAttribute
public static String maxValueMetaAttribute(MetaAttribute metaAttribute)
-
maxValueNullValue
public static double maxValueNullValue()
-
maxValueMinValue
public static double maxValueMinValue()
-
maxValueMaxValue
public static double maxValueMaxValue()
-
maxValue
public double maxValue()
-
nBinsId
public static int nBinsId()
-
nBinsMetaAttribute
public static String nBinsMetaAttribute(MetaAttribute metaAttribute)
-
nBinsNullValue
public static int nBinsNullValue()
-
nBinsMinValue
public static int nBinsMinValue()
-
nBinsMaxValue
public static int nBinsMaxValue()
-
nBins
public int nBins()
-
histogramCountsDecoderId
public static long histogramCountsDecoderId()
-
histogramCounts
public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder histogramCounts()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-