| Package | Description |
|---|---|
| org.tensorflow.metadata.v0 |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<FeatureComparator> |
FeatureComparator.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureComparator |
FeatureComparator.Builder.build() |
FeatureComparator |
FeatureComparator.Builder.buildPartial() |
static FeatureComparator |
FeatureComparator.getDefaultInstance() |
FeatureComparator |
FeatureComparator.getDefaultInstanceForType() |
FeatureComparator |
FeatureComparator.Builder.getDefaultInstanceForType() |
FeatureComparator |
FeatureOrBuilder.getDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g.
|
FeatureComparator |
Feature.getDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g.
|
FeatureComparator |
Feature.Builder.getDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g.
|
FeatureComparator |
FeatureOrBuilder.getSkewComparator()
Tests comparing the distribution to the associated serving data.
|
FeatureComparator |
Feature.getSkewComparator()
Tests comparing the distribution to the associated serving data.
|
FeatureComparator |
Feature.Builder.getSkewComparator()
Tests comparing the distribution to the associated serving data.
|
static FeatureComparator |
FeatureComparator.parseDelimitedFrom(InputStream input) |
static FeatureComparator |
FeatureComparator.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureComparator |
FeatureComparator.parseFrom(byte[] data) |
static FeatureComparator |
FeatureComparator.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureComparator |
FeatureComparator.parseFrom(ByteBuffer data) |
static FeatureComparator |
FeatureComparator.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureComparator |
FeatureComparator.parseFrom(com.google.protobuf.ByteString data) |
static FeatureComparator |
FeatureComparator.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureComparator |
FeatureComparator.parseFrom(com.google.protobuf.CodedInputStream input) |
static FeatureComparator |
FeatureComparator.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureComparator |
FeatureComparator.parseFrom(InputStream input) |
static FeatureComparator |
FeatureComparator.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FeatureComparator> |
FeatureComparator.getParserForType() |
static com.google.protobuf.Parser<FeatureComparator> |
FeatureComparator.parser() |
| Modifier and Type | Method and Description |
|---|---|
Feature.Builder |
Feature.Builder.mergeDriftComparator(FeatureComparator value)
Tests comparing the distribution between two consecutive spans (e.g.
|
FeatureComparator.Builder |
FeatureComparator.Builder.mergeFrom(FeatureComparator other) |
Feature.Builder |
Feature.Builder.mergeSkewComparator(FeatureComparator value)
Tests comparing the distribution to the associated serving data.
|
static FeatureComparator.Builder |
FeatureComparator.newBuilder(FeatureComparator prototype) |
Feature.Builder |
Feature.Builder.setDriftComparator(FeatureComparator value)
Tests comparing the distribution between two consecutive spans (e.g.
|
Feature.Builder |
Feature.Builder.setSkewComparator(FeatureComparator value)
Tests comparing the distribution to the associated serving data.
|
Copyright © 2020 Gojek. All rights reserved.