LabelEncoder-class {CatEncoders}R Documentation

An S4 class to represent a LabelEncoder.

Description

An S4 class to represent a LabelEncoder.

Slots

type

A character to denote the input type, either character, factor or numeric

mapping

A data.frame to store the mapping table


[Package CatEncoders version 0.1.1 Index]