| refine.linf.csts.iter | R Documentation |
Appends one refinement level to an existing dCST hierarchy produced by
refine.linf.csts or refine.linf.csts.iter.
Dominance-lineages to refine can be provided explicitly or selected
automatically based on refinement.factor * n0.
refine.linf.csts.iter(
M,
refined,
cells.to.refine = NULL,
n0 = 50,
refinement.factor = 5,
sep = "__",
low.freq.policy = c("pure", "absorb"),
rare.label = "RARE_DOMINANT",
verbose = TRUE,
backend = c("auto", "dense", "sparse")
)
M |
Numeric matrix used for refinement. |
refined |
A |
cells.to.refine |
Character vector of leaf dominance-lineage IDs to refine, or NULL for auto-selection. The argument name is retained for backward compatibility. |
n0 |
Integer >= 1. Minimum support required to retain a child lineage. |
refinement.factor |
Numeric > 0. Auto-selection threshold multiplier. |
sep |
Character scalar used to concatenate hierarchical labels. |
low.freq.policy |
Character. One of |
rare.label |
Character scalar for rare buckets when |
verbose |
Logical. If TRUE, print progress information. |
backend |
Character. Matrix backend to use: |
Updated "linf.csts" object with cst.depth increased by one.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.