discretize_cutp: Discretization of a test dataset when provided with an...

Description Usage Arguments Author(s)

View source: R/discretize.cutp.R

Description

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

Usage

1
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(s)

Adrien Ehrhardt


scoringTools documentation built on Jan. 13, 2021, 8:35 p.m.