Computes the result of the conjugate function of this loss. This function is generally optional, and should return Double#NaN if not properly implemented. Many optimization algorithms do require a working implementation though. @param b the primary input to the function @param pred the predi
(double b, double pred, double y)
| 52 | * @return the result of the conjugate function of this loss |
| 53 | */ |
| 54 | public double getConjugate(double b, double pred, double y); |
| 55 | |
| 56 | /** |
| 57 | * Returns an upper bound on the maximum value of the second derivative. If |
no outgoing calls