Home
last modified time | relevance | path

Searched defs:SplitCandidate (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dtree_helper.h30 struct SplitCandidate { struct
31 SplitCandidate() {} in SplitCandidate() function
34 int64 candidate_idx = 0;
36 int64 feature_id = 0;
37 float gain = 0.0;
38 int32 threshold = 0.0;
39 int32 dimension_id = 0;
40 std::vector<float> left_node_contribs;
41 std::vector<float> right_node_contribs;
43 string split_type;