Class UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>,Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>
- Enclosing class:
- UpdateDecoder.PerParameterStatsDecoder
public static class UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>
-
-
Constructor Summary
Constructors Constructor Description SummaryStatDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)intcount()booleanhasNext()Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>iterator()UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecodernext()voidremove()static intsbeBlockLength()static intsbeHeaderSize()StatsTypestatType()static intstatTypeId()static StringstatTypeMetaAttribute(MetaAttribute metaAttribute)SummaryTypesummaryType()static intsummaryTypeId()static StringsummaryTypeMetaAttribute(MetaAttribute metaAttribute)StringtoString()doublevalue()static intvalueId()static doublevalueMaxValue()static StringvalueMetaAttribute(MetaAttribute metaAttribute)static doublevalueMinValue()static doublevalueNullValue()voidwrap(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.SummaryStatDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>
-
next
public UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder next()
- Specified by:
nextin interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>
-
statTypeId
public static int statTypeId()
-
statTypeMetaAttribute
public static String statTypeMetaAttribute(MetaAttribute metaAttribute)
-
statType
public StatsType statType()
-
summaryTypeId
public static int summaryTypeId()
-
summaryTypeMetaAttribute
public static String summaryTypeMetaAttribute(MetaAttribute metaAttribute)
-
summaryType
public SummaryType summaryType()
-
valueId
public static int valueId()
-
valueMetaAttribute
public static String valueMetaAttribute(MetaAttribute metaAttribute)
-
valueNullValue
public static double valueNullValue()
-
valueMinValue
public static double valueMinValue()
-
valueMaxValue
public static double valueMaxValue()
-
value
public double value()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-