View source: R/evaluate_marginal_rules.R
evaluate_marginal_rules | R Documentation |
Evaluate mixture rules found during the rpart decision tree process
evaluate_marginal_rules(data, marg_decisions, no_marg_rules, mix_comps)
data |
Input data |
marg_decisions |
List of rules determined for each mixture component |
no_marg_rules |
TRUE/FALSE if no marginal rules were found across the folds |
mix_comps |
Vector of characters denoting mixture components |
A list with marginal rules evaluated which includes:
data
: The fold raw data with the sum of evaluated rule
binary vectors for each mixture component added.
marg_rule_df
: A binary matrix where each marginal rule has
been evaluated to a binary vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.