org.tensorflow.metadata.v0.JensenShannonDivergenceOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface JensenShannonDivergenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.JensenShannonDivergence)
com.google.protobuf.MessageOrBuilder {
/**
*
* The JensenShannonDivergence will be in the interval [0.0, 1.0] so sensible
* bounds should be in the interval [0.0, 1.0).
*
*
* optional double threshold = 1;
* @return Whether the threshold field is set.
*/
boolean hasThreshold();
/**
*
* The JensenShannonDivergence will be in the interval [0.0, 1.0] so sensible
* bounds should be in the interval [0.0, 1.0).
*
*
* optional double threshold = 1;
* @return The threshold.
*/
double getThreshold();
/**
* optional .tensorflow.metadata.v0.HistogramSelection source = 2;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* optional .tensorflow.metadata.v0.HistogramSelection source = 2;
* @return The source.
*/
org.tensorflow.metadata.v0.HistogramSelection getSource();
/**
* optional .tensorflow.metadata.v0.HistogramSelection source = 2;
*/
org.tensorflow.metadata.v0.HistogramSelectionOrBuilder getSourceOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy