命名空间 | 枚举 | 函数
label_bins.hpp 文件参考

用于按分箱标注值的 API。更多...

#include <cudf/column/column.hpp>
#include <cudf/column/column_view.hpp>
#include <cudf/types.hpp>
#include <cudf/utilities/memory_resource.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>

转到此文件的源代码。

命名空间

 cudf
 cuDF 接口
 

枚举

枚举类  cudf::inclusive { YES , NO }
 用于定义分箱是否包含其边界点的枚举。
 

函数

std::unique_ptr< column > cudf::label_bins (column_view const &input, column_view const &left_edges, inclusive left_inclusive, column_view const &right_edges, inclusive right_inclusive, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref())
 根据元素在指定分箱中的归属来标注元素。更多...
 

详细描述

用于按分箱标注值的 API。

定义在文件 label_bins.hpp 中。