Learn R Programming

scoringTools (version 0.1.3)

discretize_cutp: Discretization of a test dataset when provided with an already discretized training set.

Description

This function discretizes a dataset when provided with both continuous and discretized versions of a training dataset.

Usage

discretize_cutp(cont_test_set, disc_train_set, cont_train_set)

Arguments

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.

Author

Adrien Ehrhardt