dimnames.catboost.Pool {catboost}R Documentation

Dimension names of catboost.Pool

Description

Get dimension names of a Pool.

Usage

## S3 method for class 'catboost.Pool'
dimnames(x)

Arguments

x

The input dataset.

Default value: Required argument

Value

A list with the two elements. The second element contains the column names.


[Package catboost version 1.0.4 Index]