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

View source: R/discretize.cutp.R

discretize_cutpR Documentation

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

Adrien Ehrhardt


adimajo/scoring documentation built on March 7, 2024, 11:18 p.m.