MCPcopy Create free account
hub / github.com/dmlc/xgboost / PredTransform

Method PredTransform

include/xgboost/objective.h:67–67  ·  view source on GitHub ↗

* @brief Apply inverse link (activation) function to prediction values. * * This is only called when Prediction is called * * @param [in,out] io_preds prediction values, saves to this vector as well. */

Source from the content-addressed store, hash-verified

65 * @param [in,out] io_preds prediction values, saves to this vector as well.
66 */
67 virtual void PredTransform(HostDeviceVector<float>*) const {}
68 /**
69 * @brief Apply inverse link (activation) function to prediction values
70 *

Callers 1

EvalTransformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected