Description Usage Arguments Value Examples
NestedCDpca performs (sequentially) two clustering and disjoint principal components analysis on the given numeric data matrix and returns a list of results.
1 2 | NestedCDpca(data, method = "CDpca", class, fixAtt, nnloads = 0, Q, P,
K, ent = 1, tol, maxit, r, stand)
|
data |
data frame (numeric). |
method |
method to apply. CDpca or RCDpca. |
class |
vector (numeric) or 0, if classes of objects are unknown. |
fixAtt |
vector (numeric) or 0, for a selection of attributes. |
nnloads |
1 or 0, for nonnegative loadings |
Q |
integer, number of clusters of variables. |
P |
integer, number of clusters of objects. |
K |
vector (numeric), representing number of sub-clusters. |
ent |
integer, fuzzifier parameter (default 1). |
tol |
real number, small positive tolerance. |
maxit |
integer, maximum of iterations. |
r |
number of runs of the cdpca algoritm for the final solution. |
stand |
integer, 1 to standardize data before applying relaxed FKM (0 otherwise). |
firstCDpca: CDpca object. secondCDpca: CDpca objects of second run of CDpca.
1 | example = NestedCDpca(data, method, class, fixAtt, nnloads, Q, P, K, ent, tol, maxit, r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.