public static class UpdateDecoder.PerParameterStatsDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder |
static class |
UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder |
| Constructor and Description |
|---|
PerParameterStatsDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
int |
count() |
boolean |
hasNext() |
UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder |
histograms() |
static long |
histogramsDecoderId() |
Iterator<UpdateDecoder.PerParameterStatsDecoder> |
iterator() |
float |
learningRate() |
static int |
learningRateId() |
static float |
learningRateMaxValue() |
static String |
learningRateMetaAttribute(MetaAttribute metaAttribute) |
static float |
learningRateMinValue() |
static float |
learningRateNullValue() |
UpdateDecoder.PerParameterStatsDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder |
summaryStat() |
static long |
summaryStatDecoderId() |
String |
toString() |
void |
wrap(UpdateDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemainingpublic void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public Iterator<UpdateDecoder.PerParameterStatsDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.PerParameterStatsDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.PerParameterStatsDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.PerParameterStatsDecoder>public UpdateDecoder.PerParameterStatsDecoder next()
next in interface Iterator<UpdateDecoder.PerParameterStatsDecoder>public static int learningRateId()
public static String learningRateMetaAttribute(MetaAttribute metaAttribute)
public static float learningRateNullValue()
public static float learningRateMinValue()
public static float learningRateMaxValue()
public float learningRate()
public static long summaryStatDecoderId()
public UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder summaryStat()
public static long histogramsDecoderId()
public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder histograms()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.