Description Usage Arguments Details Value Examples
doNotSplit
1 | doNotSplit(decisionMatrix, functionalCategory)
|
decisionMatrix |
of class decisionMatrix |
functionalCategory |
a character vector indicating intervals described by the functional category will never be split into smaller intervals |
Some functional categories described in an abstraction layer may perform better or more like one expects if they are never split into smaller intervals due to being overlapped by other functional categories. One may indicate if this is the case with this function
a decisionMatrix; the abstractionLayer of the decision matrix will be altered to indicate that the functional category indicated must not be split.
1 2 3 | dm <- get.decision.matrix("5813b67f46e0fb06b493ceb0")
dm <- doNotSplit(decisionMatrix = dm, functionalCategory = "Core")
dm
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.