View source: R/compositemodelfunctions.R
ObtainCompositeModels | R Documentation |
Obtain the list of pairs in a composite model. Do this by merging all composite models with overlap. Use the full models so that we consider the original overlap before pruning. This uses only the structure of the graph and requires no dependencies on previous layers.
ObtainCompositeModels(components, pairsInEachPredictor, importantModels)
components |
A Model object containing the list of components in the graph. |
pairsInEachPredictor |
A list of pairs contained within each predictor. |
importantModels |
A list of all pairs that were found to be important in the previous layer. |
A list with the following elements: A list of sets comprising the trimmed models, a list of sets comprising the untrimmed models, and a mapping from the predictors in the previous stage to the current stage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.