header.file<- | R Documentation |
BNDataset
.Set the header filename of a dataset (with the path to its position, as given by the user). The header file has to contain three rows:
list of names of the variables, in the same order as in the data file;
list of cardinalities of the variables, if discrete, or levels for quantization if continuous;
list of status of the variables: c
for continuous variables, d
for discrete ones.
Further rows are ignored.
header.file(x) <- value
## S4 replacement method for signature 'BNDataset'
header.file(x) <- value
x |
a |
value |
header filename. |
data.file<-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.