View source: R/data-preprocess.R
output_structure | R Documentation |
This function is use to identify the structure of input
output_structure(
data,
columns_list = NULL,
binary = NULL,
multiclass = NULL,
unsorted = TRUE,
verbose = FALSE
)
data |
A data frame (not one hot yet) |
columns_list |
A list, each list component contains classes of one non-numeric feature |
binary |
A vector contains names of binary features |
multiclass |
A vector contains names of multiclass features |
verbose |
A logical value indicating whether information should be printed out |
unstorted |
A logical value indicating whether the data is sorted or not |
This function return a list with size_index
and output_struc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.