get the list of quantiles of an object.
quantiles.Rd
Return the list of quantiles of a BN
or a BNDataset
. It is set when a discretization needs to be performed.
Details
Output is a list of num.nodes
vectors, one per variable. Each vector is NULL
if the corresponding variable is discrete in the original dataset, and contains the cut points for the quantiles
if the corresponding variable is continuous.