Description Usage Arguments Details Value See Also
Split criterion function: compare ICL-BICs to determine split (i.e. include entropy term in comparison).
1 | glcSplitCriterionBICICL(llike1, llike2, weight, ww, J, level)
|
llike1 |
one-class likelihood. |
llike2 |
two-class likelihood. |
weight |
weights from RPMM node. |
ww |
“ww” from RPMM node. |
J |
Number of items. |
level |
Node level. |
This is a function of the form “glcSplitCriterion...”, which is required to return a list
with at least a boolean value split
, along with supporting information.
See glcTree
for example of using “glcSplitCriterion...” to control split.
bic1 |
one-class (weighted) BIC |
bic2 |
two-class (weighted) BIC |
entropy |
two-class entropy |
split |
|
glcSplitCriterionBICICL
,
glcSplitCriterionJustRecordEverything
,
glcSplitCriterionLevelWtdBIC
,
glcSplitCriterionLRT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.