| discreteness {bnstruct} | R Documentation |
Get a vector representing the status of the variables (with their names) of a BN or BNDataset.
Elements of the vector are c if the variable is continue, and d if the variable is discrete.
discreteness(x) ## S4 method for signature 'BN' discreteness(x) ## S4 method for signature 'BNDataset' discreteness(x)
x |
an object. |
vector contaning, for each variable of the desired object,
c if the variable is continue, and d if the variable is discrete.