doNotSplit: doNotSplit

Description Usage Arguments Details Value Examples

Description

doNotSplit

Usage

1
doNotSplit(decisionMatrix, functionalCategory)

Arguments

decisionMatrix

of class decisionMatrix

functionalCategory

a character vector indicating intervals described by the functional category will never be split into smaller intervals

Details

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

Value

a decisionMatrix; the abstractionLayer of the decision matrix will be altered to indicate that the functional category indicated must not be split.

Examples

1
2
3
dm <- get.decision.matrix("5813b67f46e0fb06b493ceb0")
dm <- doNotSplit(decisionMatrix = dm, functionalCategory = "Core")
dm

Simon-Coetzee/StatePaintR documentation built on May 9, 2019, 1:31 p.m.