org.tensorflow.metadata.v0.NumericCrossStatisticsOrBuilder 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 NumericCrossStatisticsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.NumericCrossStatistics)
com.google.protobuf.MessageOrBuilder {
/**
*
* Pearson product-moment correlation coefficient.
*
*
* float correlation = 1;
* @return The correlation.
*/
float getCorrelation();
/**
*
* Standard covariance. E[(X-E[X])*(Y-E[Y])]
*
*
* float covariance = 2;
* @return The covariance.
*/
float getCovariance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy