.find_appropriate_column_name {h2o} | R Documentation |
Tries to match a fuzzy_col_name
with a column name that exists in cols
.
Description
Tries to match a fuzzy_col_name
with a column name that exists in cols
.
Usage
.find_appropriate_column_name(fuzzy_col_name, cols)
Arguments
fuzzy_col_name |
a name to be decoded |
cols |
vector of columns that contain all possible column names, i.e., decode fuzzy_col_name must be in cols |
Value
a correct column name
[Package h2o version 3.44.0.3 Index]