.scelestial: Internal function for running scelestial algorithm.
Description
Internal function for running scelestial algorithm.
Usage
.scelestial(data, minK = 3L, maxK = 4L)
Value
The tree as well as missing value imputation
Arguments
- data
The data
- minK, maxK
Minimum and maximum number of vertices to be considered
for k-restricted Steiner tree.