Usage
cnSearchHist(data, perturbations,
maxParentSet, parentSizes=NULL, maxComplexity=0,
parentsPool=NULL, fixedParentsPool=NULL,
selectMode = "BIC",
maxIter=32, numThreads=2, echo=FALSE)
Arguments
data
a matrix in row-nodes format or a data.frame in column-nodes format
perturbations
a binary matrix with the dimensions of data. A value 1 designates the corresponding node in the sample as perturbed
maxParentSet
an integer, the maximal number of parents per node
parentSizes
an integer vector, maximal number of parents per node
maxComplexity
an integer, the maximal network complexity for the search
parentsPool
a list of parent sets to choose from
fixedParentsPool
a list of parent sets to choose from
selectMode
a character, optimization network selection criterion such as "AIC" and "BIC"
maxIter
an integer, the number of single order searches to be performed
numThreads
an integer value, the number of parallel threads
echo
a boolean that sets on/off some functional progress and debug information