public static interface QualityMetrics.TopkMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getTop1()
The top-1 value.
|
double |
getTop10()
The top-10 value.
|
double |
getTop3()
The top-3 value.
|
double |
getTop5()
The top-5 value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getTop1()
The top-1 value.
double top_1 = 1;double getTop3()
The top-3 value.
double top_3 = 2;double getTop5()
The top-5 value.
double top_5 = 3;double getTop10()
The top-10 value.
double top_10 = 4;Copyright © 2024 Google LLC. All rights reserved.