org.tensorflow.metadata.v0.WeightedNumericStatisticsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/statistics.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface WeightedNumericStatisticsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.WeightedNumericStatistics)
com.google.protobuf.MessageOrBuilder {
/**
*
* The weighted mean of the values
*
*
* double mean = 1;
* @return The mean.
*/
double getMean();
/**
*
* The weighted standard deviation of the values
*
*
* double std_dev = 2;
* @return The stdDev.
*/
double getStdDev();
/**
*
* The weighted median of the values
*
*
* double median = 3;
* @return The median.
*/
double getMedian();
/**
*
* The histogram(s) of the weighted feature values.
*
*
* repeated .tensorflow.metadata.v0.Histogram histograms = 4;
*/
java.util.List
getHistogramsList();
/**
*
* The histogram(s) of the weighted feature values.
*
*
* repeated .tensorflow.metadata.v0.Histogram histograms = 4;
*/
org.tensorflow.metadata.v0.Histogram getHistograms(int index);
/**
*
* The histogram(s) of the weighted feature values.
*
*
* repeated .tensorflow.metadata.v0.Histogram histograms = 4;
*/
int getHistogramsCount();
/**
*
* The histogram(s) of the weighted feature values.
*
*
* repeated .tensorflow.metadata.v0.Histogram histograms = 4;
*/
java.util.List extends org.tensorflow.metadata.v0.HistogramOrBuilder>
getHistogramsOrBuilderList();
/**
*
* The histogram(s) of the weighted feature values.
*
*
* repeated .tensorflow.metadata.v0.Histogram histograms = 4;
*/
org.tensorflow.metadata.v0.HistogramOrBuilder getHistogramsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy