Description Usage Arguments Details Value See Also
Creates a function for initializing latent class model using the fanny algorithm
1 | blcInitializeSplitFanny(nu = 2, nufac = 0.875, metric = "euclidean")
|
nu |
|
nufac |
Factor by which to multiply |
metric |
Metric to use for |
Creates a function f(x) that will take a data matrix x and
initialize a weight matrix for a two-class latent class model.
Here, the “fanny” algorithm will be used.
See blcTree for example of using “blcSplitCriterion...” to control split.
A function f(x) (see Details.)
blcInitializeSplitDichotomizeUsingMean,
blcInitializeSplitEigen,
blcInitializeSplitHClust
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.