Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ types & classes
Types & classes
837 in github.com/antmachineintelligence/mtgbmcode
⨍
Functions
4,583
◇
Types & classes
837
↓ 99 callers
Class
opencl_error
\class opencl_error \brief A run-time OpenCL error. The opencl_error class represents an error returned from an OpenCL function. \see context_error
compute/include/boost/compute/exception/opencl_error.hpp:30
↓ 65 callers
Class
wait_list
\class wait_list \brief Stores a list of events. The wait_list class stores a set of event objects and can be used to specify dependencies for OpenCL
compute/include/boost/compute/utility/wait_list.hpp:46
↓ 38 callers
Class
buffer
\class buffer \brief A memory buffer on a compute device. The buffer class represents a memory buffer on a compute device. Buffers are allocated wit
compute/include/boost/compute/buffer.hpp:54
↓ 33 callers
Class
T
compute/include/boost/compute/types/tuple.hpp:202
↓ 27 callers
Class
function
compute/include/boost/compute/function.hpp:117
↓ 26 callers
Enum
type
compute/include/boost/compute/device.hpp:49
↓ 17 callers
Class
image_format
\class image_format \brief A OpenCL image format For example, to create a format for a 8-bit RGBA image: \code boost::compute::image_format rgba8(CL_
compute/include/boost/compute/image/image_format.hpp:38
↓ 16 callers
Class
LightGBMError
Error thrown by LightGBM.
python-package/lightgbmmt/basic.py:170
↓ 16 callers
Class
event
\class event \brief An event corresponding to an operation on a compute device Event objects are used to track operations running on the device (such
compute/include/boost/compute/event.hpp:47
↓ 12 callers
Class
program
\class program \brief A compute program. The program class represents an OpenCL program. Program objects are created with one of the static \c creat
compute/include/boost/compute/program.hpp:74
↓ 11 callers
Class
Json
python-package/compile/include/LightGBM/json11.hpp:67
↓ 11 callers
Class
Json
include/LightGBM/json11.hpp:67
↓ 9 callers
Class
T
compute/include/boost/compute/detail/meta_kernel.hpp:560
↓ 8 callers
Class
discard_iterator
forward declaration for discard_iterator
compute/include/boost/compute/iterator/discard_iterator.hpp:28
↓ 6 callers
Class
Atom
compute/test/test_struct.cpp:31
↓ 6 callers
Class
command_queue
forward declarations
compute/include/boost/compute/buffer.hpp:24
↓ 6 callers
Class
context
\class context \brief A compute context. The context class represents a compute context. A context object manages a set of OpenCL resources includin
compute/include/boost/compute/context.hpp:48
↓ 5 callers
Class
Random
! * \brief A wrapper for random generator */
include/LightGBM/utils/random.h:18
↓ 5 callers
Class
device
\class device \brief A compute device. Typical compute devices include GPUs and multi-core CPUs. A list of all compute devices available on a platfor
compute/include/boost/compute/device.hpp:46
↓ 4 callers
Class
Booster
Booster in LightGBM.
python-package/lightgbmmt/basic.py:1664
↓ 4 callers
Class
Dataset
Dataset in LightGBM.
python-package/lightgbmmt/basic.py:717
↓ 4 callers
Class
FileLoader
tests/python_package_test/test_consistency.py:10
↓ 4 callers
Class
Random
! * \brief A wrapper for random generator */
python-package/compile/include/LightGBM/utils/random.h:18
↓ 4 callers
Class
no_device_found
\class no_device_found \brief Exception thrown when no OpenCL device is found This exception is thrown when no valid OpenCL device can be found. \se
compute/include/boost/compute/exception/no_device_found.hpp:25
↓ 4 callers
Class
system
\class system \brief Provides access to platforms and devices on the system. The system class contains a set of static functions which provide access
compute/include/boost/compute/system.hpp:42
↓ 4 callers
Class
vector
compute/include/boost/compute/container/vector.hpp:104
↓ 3 callers
Class
LightSplitInfo
python-package/compile/src/treelearner/split_info.hpp:195
↓ 3 callers
Class
LightSplitInfo
src/treelearner/split_info.hpp:195
↓ 3 callers
Class
_InnerPredictor
_InnerPredictor of LightGBM. Not exposed to user. Used only for prediction, usually used for continued training. .. note:: Can
python-package/lightgbmmt/basic.py:407
↓ 3 callers
Class
atomic_inc
compute/include/boost/compute/functional/atomic.hpp:59
↓ 2 callers
Class
EarlyStopException
Exception of early stopping.
python-package/lightgbmmt/callback.py:13
↓ 2 callers
Class
SplitInfo
! * \brief Used to store some information for gain split point */
python-package/compile/src/treelearner/split_info.hpp:22
↓ 2 callers
Class
SplitInfo
! * \brief Used to store some information for gain split point */
src/treelearner/split_info.hpp:22
↓ 2 callers
Class
array
compute/include/boost/compute/container/array.hpp:49
↓ 2 callers
Class
command_queue
forward declarations
compute/include/boost/compute/image/image2d.hpp:29
↓ 2 callers
Class
image_sampler
\class image_sampler \brief An OpenCL image sampler object \see image2d, image_format
compute/include/boost/compute/image/image_sampler.hpp:31
↓ 2 callers
Class
kernel
\class kernel \brief A compute kernel. \see command_queue, program
compute/include/boost/compute/kernel.hpp:43
↓ 2 callers
Class
opengl_texture
\class opengl_texture A OpenCL image2d for accessing an OpenGL texture object.
compute/include/boost/compute/interop/opengl/opengl_texture.hpp:27
↓ 1 callers
Class
DataFrame
Dummy class for pandas.DataFrame.
python-package/lightgbmmt/compat.py:74
↓ 1 callers
Class
PredictionEarlyStopConfig
python-package/compile/include/LightGBM/prediction_early_stop.h:25
↓ 1 callers
Class
PredictionEarlyStopConfig
include/LightGBM/prediction_early_stop.h:25
↓ 1 callers
Class
Report
compute/perf/perf.py:46
↓ 1 callers
Class
TcpSocket
python-package/compile/src/network/socket_wrapper.hpp:93
↓ 1 callers
Class
TcpSocket
src/network/socket_wrapper.hpp:93
↓ 1 callers
Class
_CVBooster
Auxiliary data struct to hold all boosters of CV.
python-package/lightgbmmt/engine.py:276
↓ 1 callers
Class
_EvalFunctionWrapper
Proxy class for evaluation function.
python-package/lightgbmmt/sklearn.py:97
↓ 1 callers
Class
_ObjectiveFunctionWrapper
Proxy class for objective function.
python-package/lightgbmmt/sklearn.py:18
↓ 1 callers
Class
_TempFile
python-package/lightgbmmt/basic.py:150
↓ 1 callers
Class
command_queue
\class command_queue \brief A command queue. Command queues provide the interface for interacting with compute devices. The command_queue class provi
compute/include/boost/compute/command_queue.hpp:78
↓ 1 callers
Class
image2d
\class image2d \brief An OpenCL 2D image object For example, to create a 640x480 8-bit RGBA image: \snippet test/test_image2d.cpp create_image \see
compute/include/boost/compute/image/image2d.hpp:39
↓ 1 callers
Class
make_pair_func
function wrapper for make_pair() in lambda expressions
compute/include/boost/compute/lambda/make_pair.hpp:22
↓ 1 callers
Class
meta_kernel_buffer_info
compute/include/boost/compute/detail/meta_kernel.hpp:188
↓ 1 callers
Class
meta_kernel_stored_arg
compute/include/boost/compute/detail/meta_kernel.hpp:122
↓ 1 callers
Class
meta_kernel_svm_info
compute/include/boost/compute/detail/meta_kernel.hpp:207
↓ 1 callers
Class
opengl_buffer
\class opengl_buffer A OpenCL buffer for accessing an OpenGL memory object.
compute/include/boost/compute/interop/opengl/opengl_buffer.hpp:24
↓ 1 callers
Class
platform
\class platform \brief A compute platform. The platform class provides an interface to an OpenCL platform. To obtain a list of all platforms on the
compute/include/boost/compute/platform.hpp:37
↓ 1 callers
Class
platform
compute/include/boost/compute/device.hpp:31
↓ 1 callers
Class
program_build_failure
\class program_build_failure \brief A failure when building OpenCL program Instances of this class are thrown when OpenCL program build fails. Extend
compute/include/boost/compute/exception/program_build_failure.hpp:28
↓ 1 callers
Class
saxpy_functor
compute/perf/perf_bolt_saxpy.cpp:22
↓ 1 callers
Class
sha1
Accumulates SHA1 hash of the passed strings.
compute/include/boost/compute/detail/sha1.hpp:28
↓ 1 callers
Class
sockaddr_in
python-package/compile/src/network/socket_wrapper.hpp:72
↓ 1 callers
Class
sockaddr_in
src/network/socket_wrapper.hpp:72
↓ 1 callers
Class
unsupported_extension_error
\class unsupported_extension_error \brief Exception thrown when attempting to use an unsupported OpenCL extension. This exception is thrown when the
compute/include/boost/compute/exception/unsupported_extension_error.hpp:32
Class
A1
compute/include/boost/compute/lambda/context.hpp:335
Class
A2
compute/include/boost/compute/lambda/context.hpp:335
Class
AUCMetric
! * \brief Auc Metric for binary classification task. */
python-package/compile/src/metric/binary_metric.hpp:159
Class
AUCMetric
! * \brief Auc Metric for binary classification task. */
src/metric/binary_metric.hpp:159
Class
Application
! * \brief The main entrance of LightGBM. this application has two tasks: * Train and Predict. * Train task will train a new model *
python-package/compile/include/LightGBM/application.h:29
Class
Application
! * \brief The main entrance of LightGBM. this application has two tasks: * Train and Predict. * Train task will train a new model *
include/LightGBM/application.h:29
Class
Arg
compute/include/boost/compute/lambda/context.hpp:203
Class
Arg
compute/include/boost/compute/lambda/get.hpp:102
Class
Arg1
compute/include/boost/compute/lambda/context.hpp:172
Class
Arg2
compute/include/boost/compute/lambda/context.hpp:172
Class
ArrayArgs
python-package/compile/include/LightGBM/utils/array_args.h:20
Class
ArrayArgs
include/LightGBM/utils/array_args.h:20
Class
Bin
! * \brief Interface for bin data. This class will store bin data for one feature. * unlike OrderedBin, this class will store data by original
python-package/compile/include/LightGBM/bin.h:291
Class
Bin
! * \brief Interface for bin data. This class will store bin data for one feature. * unlike OrderedBin, this class will store data by original
include/LightGBM/bin.h:291
Class
BinIterator
! \brief Iterator for one bin column */
python-package/compile/include/LightGBM/bin.h:272
Class
BinIterator
! \brief Iterator for one bin column */
include/LightGBM/bin.h:272
Class
BinMapper
! \brief This class used to convert feature values into bin, * and store some meta information for bin*/
python-package/compile/include/LightGBM/bin.h:65
Class
BinMapper
! \brief This class used to convert feature values into bin, * and store some meta information for bin*/
include/LightGBM/bin.h:65
Enum
BinType
python-package/compile/include/LightGBM/bin.h:21
Enum
BinType
include/LightGBM/bin.h:21
Class
BinaryErrorMetric
! * \brief Error rate metric for binary classification task. */
python-package/compile/src/metric/binary_metric.hpp:139
Class
BinaryErrorMetric
! * \brief Error rate metric for binary classification task. */
src/metric/binary_metric.hpp:139
Class
BinaryLogloss
! * \brief Objective function for binary classification */
python-package/compile/src/objective/binary_objective.hpp:21
Class
BinaryLogloss
! * \brief Objective function for binary classification */
src/objective/binary_objective.hpp:21
Class
BinaryLoglossMetric
! * \brief Log loss metric for binary classification task. */
python-package/compile/src/metric/binary_metric.hpp:115
Class
BinaryLoglossMetric
! * \brief Log loss metric for binary classification task. */
src/metric/binary_metric.hpp:115
Class
BinaryMetric
python-package/compile/src/metric/binary_metric.hpp:24
Class
BinaryMetric
src/metric/binary_metric.hpp:24
Class
Booster
python-package/compile/src/c_api.cpp:98
Class
Booster
src/c_api.cpp:98
Class
Boosting
python-package/compile/include/LightGBM/application.h:18
Class
Boosting
include/LightGBM/application.h:18
Class
BruckMap
! \brief The network structure for all_gather */
python-package/compile/include/LightGBM/network.h:22
Class
BruckMap
! \brief The network structure for all_gather */
include/LightGBM/network.h:22
Class
CSC_RowIterator
Row iterator of on column for CSC matrix
python-package/compile/src/c_api.cpp:454
Class
CSC_RowIterator
Row iterator of on column for CSC matrix
src/c_api.cpp:454
Class
CSVParser
python-package/compile/src/io/parser.hpp:18
next →
1–100 of 837, ranked by callers