MetricReduction

public final enum MetricReduction

Defines the different types of metric reductions

Inherited Methods

final int
compareTo(MetricReduction arg0)
int
compareTo(Object arg0)
final boolean
equals(Object arg0)
final Class<MetricReduction>
getDeclaringClass()
final int
hashCode()
final String
name()
final int
ordinal()
String
toString()
static <T extends Enum<T>> T
valueOf(Class<T> arg0, String arg1)
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int
compareTo(MetricReduction arg0)

Enum Values

public static final MetricReduction SUM

Scalar sum of weighted values.

public static final MetricReduction SUM_OVER_BATCH_SIZE

Scalar sum of weighted values divided by number of elements.

public static final MetricReduction WEIGHTED_MEAN

Scalar sum of weighted values divided by sum of weights.