Skip to contents

Set the list of quantiles of a BN or a BNDataset.

Usage

quantiles(x) <- value

# S4 method for BN
quantiles(x) <- value

# S4 method for BNDataset
quantiles(x) <- value

Arguments

x

a BN or BNDataset.

value

a list of vectors.

Details

It is used when a discretization needs to be performed.

See also