OneHotEncoder-class {CatEncoders} | R Documentation |
An S4 class to represent a OneHotEncoder
Description
An S4 class to represent a OneHotEncoder
Slots
n_columns
An integer value to store the number of columns of input data
n_values
A numeric vector to store the number of unique values in each column of input data
column_encoders
A list that stores the LabelEncoder for each column of input data
[Package CatEncoders version 0.1.1 Index]