cutX: cutX

Description Usage Arguments Details Value Author(s)

View source: R/aode.R

Description

This function takes in a data frame to be discretized. The data type of the columns are important. Only the numeric columns are discretized.

Usage

1
  cutX(data, cutp)

Arguments

data

data.frame. This data frame is discretized and returned.

cutp

list - A list of cutp points obtained from training data

Details

This uses the cut points generated while discretizing training data to discretize test data

Value

data data.frame. This the discretized data frame

Author(s)

saiteja ranuva


saitejar/AnDE documentation built on May 29, 2019, 12:59 p.m.