Description Usage Arguments Value
Robust Eigenvalues Decomposition Discriminant Analysis (transductive approach)
1 2 3 |
Xtrain |
A numeric matrix of observations where rows correspond to observations and columns correspond to variables. The group membership of each observation is known - labeled data. |
cltrain |
A vector (if numeric it will be coerced to factor) with distinct entries representing a classification of the corresponding observations in Xtrain. |
Xtest |
A numeric matrix of observations where rows correspond to observations and columns correspond to variables. The group membership of each observation may not be known - unlabeled data. |
modelscope |
A character string indicating the desired models to be tested. With default NULL, all available models are tested. The models available for univariate and multivariate data are described in |
G |
A numeric vector indicating the number of expected classes in Xtest. With default NULL, models with G = length(unique(cltrain)): (length(unique(cltrain))+3) are tested. |
alpha_Xtrain |
The proportion of observations to be trimmed in Xtrain. |
alpha_Xtest |
The proportion of observations to be trimmed in Xtest. |
tol |
A non-negative number, with default 10^-5, which is a measure of how strictly convergence is defined. |
iterlim |
A non-negative integer, with default 1000, which is the desired limit on the maximum number of iterations. |
Aitken |
A logical value with default TRUE which tests for convergence using Aitken acceleration. If value is set to FALSE, convergence is tested by comparing tol to the change in log-likelihood between two consecutive iterations. For further information on Aitken acceleration, see |
... |
Arguments passed to or from other methods |
An object of class "raeddat" providing a list of output components for each model in modelscope, with the Best model (according to BIC) first
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.