quantizer {hal9001}R Documentation

Discretize Variables into Number of Bins by Unique Values

Description

Discretize Variables into Number of Bins by Unique Values

Usage

quantizer(X, bins)

Arguments

X

A numeric vector to be discretized.

bins

A numeric scalar indicating the number of bins into which X should be discretized..


[Package hal9001 version 0.4.6 Index]