Description Usage Arguments Value
Perform clustering and variable selection using the SUGS algorithm.
1 2 3 4 |
X |
A data matrix with rows as observations. |
featiter |
The number of iterations of variable selection |
clustiter |
The number of random ordering, for which to apply SUGS. |
intfeatures |
A binary matrix of the intial variable set, probably chosen using function |
numSelect |
The total number of feature sets for the algorithm to intialise. |
Model |
The method used for Model select, either PML, ML or Both. If you select both the PML will be used to perform model selection. |
mu_0 |
The mean hyperparameter, default is the column means of the data matrix. |
lambda_0 |
The variance of the Guassian mean prior, the dafault value is |
nu_0 |
The degrees of freedom hyperparameter, the default value is |
S_0 |
The scale hyperparamter, the deault value is a tenth of the column variance of the data matrix. |
betaHat |
A grid of hyperparameters for the dirichlet concentration parameter, the default is |
a |
The scale of the gamma prior for the dirichlet concentration parameter, the dafault value is |
b |
The rate of the gamma prior for the dirichlet concentration parameter, the default value is |
w |
The prior probability of a variable belong to the irrelevant or relevant partition. The vector must
contain two entries the first entry being the probabiliy of being irreleavnt and the second being the probability of being relevant
The default value is |
BPPARAM |
Support for parallel processing using the
|
Verbose |
Boolean to indicate whether or not to print curren iteration state |
A vector of log marginal likelihoods, a matrix of memberships, the reorderings of the data and the associated feature sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.