xgboost
|
interface of objective function used by xgboost. More...
#include <dmlc/registry.h>
#include <vector>
#include <utility>
#include <string>
#include <functional>
#include "./data.h"
#include "./base.h"
#include "../../src/common/host_device_vector.h"
Go to the source code of this file.
Classes | |
class | xgboost::ObjFunction |
interface of objective function More... | |
struct | xgboost::ObjFunctionReg |
Registry entry for objective factory functions. More... | |
Namespaces | |
xgboost | |
namespace of xgboost | |
Macros | |
#define | XGBOOST_REGISTER_OBJECTIVE(UniqueId, Name) |
Macro to register objective function. More... | |
interface of objective function used by xgboost.
Copyright 2014 by Contributors
#define XGBOOST_REGISTER_OBJECTIVE | ( | UniqueId, | |
Name | |||
) |
Macro to register objective function.