Description Usage Arguments Value References Examples
This function is used to calculat the solutions of HHSVM-CEN
1 |
x |
The matrix or data |
y |
A response |
KK |
number of cluster in data |
nlambda |
The number of lambda1 used in the algorithm, the defaut value is 30 |
method |
Our method HHSVM-CEN |
lambda.factor |
ifelse(nobs < nvars, 0.01, 1e-04), depends of data (relation betwin nobs and nvars) |
lambda |
A grid of lambda1 is calculating by our algorithm and we can use an other grid of lambda if we want. |
lambda2 |
The defaut value is 0. |
pf |
A vector if we want penalized some predector |
pf2 |
A vector if we want penalized some predector |
exclude |
|
dfmax |
|
pmax |
|
standardize |
|
eps |
|
maxit |
|
delta |
The result is object of 9 items.
HHSVM-CEN
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.