Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
Dordinal_split_handler.py96 min_node_weight, argument
166 min_node_weight, argument
285 min_node_weight, is_multi_dimentional, argument
349 min_node_weight, argument
464 min_node_weight, is_multi_dimentional, loss_uses_sum_reduction): argument
539 min_node_weight, loss_uses_sum_reduction, weak_learner_type): argument
571 min_node_weight, loss_uses_sum_reduction): argument
Dcategorical_split_handler.py43 min_node_weight, argument
Dbase_split_handler.py37 min_node_weight, argument
/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dlearner.proto24 float min_node_weight = 2; field
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dtraining_ops_test.py42 min_node_weight, argument
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc63 const auto min_node_weight = min_node_weight_t->scalar<float>()(); in Compute() local