
org.tensorflow.framework.DebugOutputOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/kernels/boosted_trees/boosted_trees.proto
package org.tensorflow.framework;
public interface DebugOutputOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.boosted_trees.DebugOutput)
com.google.protobuf.MessageOrBuilder {
/**
*
* Return the logits and associated feature splits across prediction paths for
* each tree, for every example, at predict time. We will use these values to
* compute DFCs in Python, by subtracting each child prediction from its
* parent prediction and associating this change with its respective feature
* id.
*
*
* repeated int32 feature_ids = 1;
*/
java.util.List getFeatureIdsList();
/**
*
* Return the logits and associated feature splits across prediction paths for
* each tree, for every example, at predict time. We will use these values to
* compute DFCs in Python, by subtracting each child prediction from its
* parent prediction and associating this change with its respective feature
* id.
*
*
* repeated int32 feature_ids = 1;
*/
int getFeatureIdsCount();
/**
*
* Return the logits and associated feature splits across prediction paths for
* each tree, for every example, at predict time. We will use these values to
* compute DFCs in Python, by subtracting each child prediction from its
* parent prediction and associating this change with its respective feature
* id.
*
*
* repeated int32 feature_ids = 1;
*/
int getFeatureIds(int index);
/**
* repeated float logits_path = 2;
*/
java.util.List getLogitsPathList();
/**
* repeated float logits_path = 2;
*/
int getLogitsPathCount();
/**
* repeated float logits_path = 2;
*/
float getLogitsPath(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy