org.tensorflow.framework.metrics.impl
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
MeanMetricWrapper<T extends TNumber> |
A class that bridges a stateless loss function with the Mean metric using a reduction of
WEIGHTED_MEAN . |
MetricsHelper |
These are helper methods for Metrics and will be module private when Java modularity is applied
to TensorFlow Java. |
Reduce<T extends TNumber> |
Encapsulates metrics that perform a reduce operation on the metric values. |
SetsOps |
Implementation of set operations |
Enums
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# org.tensorflow.framework.metrics.impl\n\n### Interfaces\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|\n| [LossMetric](/jvm/api_docs/java/org/tensorflow/framework/metrics/impl/LossMetric)\\\u003cT extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber)\\\u003e | Interface for Metrics that wrap Loss functions. |\n\n### Classes\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [MeanMetricWrapper](/jvm/api_docs/java/org/tensorflow/framework/metrics/impl/MeanMetricWrapper)\\\u003cT extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber)\\\u003e | A class that bridges a stateless loss function with the [Mean](/jvm/api_docs/java/org/tensorflow/framework/metrics/Mean) metric using a reduction of [WEIGHTED_MEAN](/jvm/api_docs/java/org/tensorflow/framework/metrics/MetricReduction#WEIGHTED_MEAN). |\n| [MetricsHelper](/jvm/api_docs/java/org/tensorflow/framework/metrics/impl/MetricsHelper) | These are helper methods for Metrics and will be module private when Java modularity is applied to TensorFlow Java. |\n| [Reduce](/jvm/api_docs/java/org/tensorflow/framework/metrics/impl/Reduce)\\\u003cT extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber)\\\u003e | Encapsulates metrics that perform a reduce operation on the metric values. |\n| [SetsOps](/jvm/api_docs/java/org/tensorflow/framework/metrics/impl/SetsOps) | Implementation of set operations |\n\n### Enums\n\n|-------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [SetsOps.Operation](/jvm/api_docs/java/org/tensorflow/framework/metrics/impl/SetsOps.Operation) | Enumeration containing the string operation values to be passed to the TensorFlow Sparse Ops function [ERROR(/SparseOps#denseToDenseSetOperation)]() |"]]