Medial Code Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
objective.cc File Reference

Registry of all objective functions. More...

#include <dmlc/registry.h>
#include <xgboost/context.h>
#include <xgboost/objective.h>
#include <sstream>
#include "xgboost/host_device_vector.h"

Namespaces

namespace  dmlc
 namespace for dmlc
 
namespace  xgboost
 namespace of xgboost
 
namespace  xgboost::obj
 Copyright 2022-2023 by XGBoost contributors.
 

Functions

 dmlc::DMLC_REGISTRY_ENABLE (::xgboost::ObjFunctionReg)
 
 xgboost::obj::DMLC_REGISTRY_LINK_TAG (regression_obj)
 
 xgboost::obj::DMLC_REGISTRY_LINK_TAG (quantile_obj)
 
 xgboost::obj::DMLC_REGISTRY_LINK_TAG (hinge_obj)
 
 xgboost::obj::DMLC_REGISTRY_LINK_TAG (multiclass_obj)
 
 xgboost::obj::DMLC_REGISTRY_LINK_TAG (lambdarank_obj)
 

Detailed Description

Registry of all objective functions.

Copyright 2015-2022 by Contributors