Searched refs:weighted_example_norm (Results 1 – 7 of 7) sorted by relevance
32 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument42 weighted_example_norm, current_dual); in ComputeUpdatedDual()95 const double weighted_example_norm, in NewtonStep() argument99 x - wx - num_loss_partitions * weighted_example_norm * in NewtonStep()102 1 + num_loss_partitions * weighted_example_norm * example_weight * expx; in NewtonStep()
34 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument41 weighted_example_norm, current_dual); in ComputeUpdatedDual()118 const double weighted_example_norm, in NewtonStep() argument122 num_loss_partitions * weighted_example_norm * in NewtonStep()126 -2 * label - num_loss_partitions * weighted_example_norm * in NewtonStep()
35 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument38 1 + num_loss_partitions * weighted_example_norm * example_weight; in ComputeUpdatedDual()
45 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument54 weighted_example_norm); in ComputeUpdatedDual()
36 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument46 (num_partitions * example_weight * weighted_example_norm + gamma); in ComputeUpdatedDual()
41 const double weighted_example_norm) { in TestComputeUpdatedDual() argument44 weighted_example_norm); in TestComputeUpdatedDual()47 weighted_example_norm * example_weight; in TestComputeUpdatedDual()
32 const double weighted_example_norm) const = 0;