View source: R/discretize.cutp.R
discretize_cutp | R Documentation |
This function discretizes a dataset when provided with both continuous and discretized versions of a training dataset.
discretize_cutp(cont_test_set, disc_train_set, cont_train_set)
cont_test_set |
The matrix or dataframe of the dataset to discretize. |
disc_train_set |
The matrix or dataframe of the discretized training dataset. |
cont_train_set |
The matrix or dataframe of the continuous training dataset. |
Adrien Ehrhardt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.