| calc_pca_args | R Documentation |
The following parameters can be used in the ... argument in
function getap, also within function gdmm, to
override the values in the analysis procedure file and so to modify the
calculation of PCA - see examples.
getap(...)
gdmm(dataset, ap=getap(...))
do.pca |
Logical. If used in |
For a list of all parameters that can be used in the ...
argument in getap and in the plot functions
please see anproc_file.
gdmm
Other Calc. arguments:
calc_NNET_args,
calc_SVM_args,
calc_aqg_args,
calc_discrimAnalysis_args,
calc_pls_args,
calc_randomForest_args,
calc_sim_args,
split_dataset
Other PCA documentation:
plot_pca,aquap_cube-method,
plot_pca_args
## Not run:
dataset <- gfd()
cube <- gdmm(dataset, getap(do.pca=TRUE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.