| Package | Description |
|---|---|
| org.tensorflow.metadata.v0 |
| Modifier and Type | Class and Description |
|---|---|
class |
NumericValueComparator
Checks that the ratio of the current value to the previous value is not below
the min_fraction_threshold or above the max_fraction_threshold.
|
static class |
NumericValueComparator.Builder
Checks that the ratio of the current value to the previous value is not below
the min_fraction_threshold or above the max_fraction_threshold.
|
| Modifier and Type | Method and Description |
|---|---|
NumericValueComparatorOrBuilder |
DatasetConstraintsOrBuilder.getNumExamplesDriftComparatorOrBuilder()
Tests differences in number of examples between the current data and the
previous span.
|
NumericValueComparatorOrBuilder |
DatasetConstraints.getNumExamplesDriftComparatorOrBuilder()
Tests differences in number of examples between the current data and the
previous span.
|
NumericValueComparatorOrBuilder |
DatasetConstraints.Builder.getNumExamplesDriftComparatorOrBuilder()
Tests differences in number of examples between the current data and the
previous span.
|
NumericValueComparatorOrBuilder |
DatasetConstraintsOrBuilder.getNumExamplesVersionComparatorOrBuilder()
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
NumericValueComparatorOrBuilder |
DatasetConstraints.getNumExamplesVersionComparatorOrBuilder()
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
NumericValueComparatorOrBuilder |
DatasetConstraints.Builder.getNumExamplesVersionComparatorOrBuilder()
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
Copyright © 2020 Gojek. All rights reserved.