RAPIDS
Preparing search index...
@rapidsai/cudf
Categorical
Class Categorical<T>
Type Parameters
T
extends
DataType
=
any
Hierarchy
Dictionary
<
T
,
Int32
>
Categorical
Index
Constructors
constructor
Properties
scalar
Type
Constructors
constructor
new
Categorical
<
T
extends
DataType
=
any
>
(
dictionary
:
T
,
_id
?:
number
|
null
,
isOrdered
?:
boolean
|
null
,
)
:
Categorical
<
T
>
Type Parameters
T
extends
DataType
=
any
Parameters
dictionary
:
T
Optional
_id
:
number
|
null
Optional
isOrdered
:
boolean
|
null
Returns
Categorical
<
T
>
Properties
scalar
Type
scalarType
:
T
[
"scalarType"
]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
scalar
Type
RAPIDS
Loading...