varSelLcmDS1 | R Documentation |
Needs editing
varSelLcmDS1(
df,
num.clust,
vbleSelec,
crit.varsel,
initModel,
nbcores,
nbSmall,
iterSmall,
nbKeep,
iterKeep,
tolKeep
)
df |
is a string character of the data set |
num.clust |
specifies the number of clusters for the computation |
vbleSelec |
specifies the max. number of iterations allowed |
crit.varsel |
relates to the number of random sets if clusters is a number and not a set of initial cluster centers |
initModel |
refers to the algorithm of calculating the kmeans and can be either 'Hartigan-Wong', 'Lloyd', 'Forgy' or 'MacQueen' |
nbcores |
is the name of the new object which is created with this function |
nbSmall |
is a logical or integer specifying whether tracing information on the progress of the algorithm is procuded for the Hartigan-Wong algorithm |
iterSmall |
is a logical or integer specifying whether tracing information on the progress of the algorithm is procuded for the Hartigan-Wong algorithm |
nbKeep |
is a logical or integer specifying whether tracing information on the progress of the algorithm is procuded for the Hartigan-Wong algorithm |
iterKeep |
is a logical or integer specifying whether tracing information on the progress of the algorithm is procuded for the Hartigan-Wong algorithm |
tolKeep |
represents the number at which point two successive models are defined to be converged; default is 1e-7 |
Needs editing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.