
org.tensorflow.framework.BucketizedSplitOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/kernels/boosted_trees/boosted_trees.proto
package org.tensorflow.framework;
public interface BucketizedSplitOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.boosted_trees.BucketizedSplit)
com.google.protobuf.MessageOrBuilder {
/**
*
* Float feature column and split threshold describing
* the rule feature <= threshold.
*
*
* int32 feature_id = 1;
*/
int getFeatureId();
/**
* int32 threshold = 2;
*/
int getThreshold();
/**
*
* Node children indexing into a contiguous
* vector of nodes starting from the root.
*
*
* int32 left_id = 3;
*/
int getLeftId();
/**
* int32 right_id = 4;
*/
int getRightId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy