plot_RNF: plot Random Forest

plot_rnf,aquap_cube-methodR Documentation

plot Random Forest

Description

Plot all available models for Random Forest classification.

Usage

## S4 method for signature 'aquap_cube'
plot_rnf(object, ...)

Arguments

object

An object of class "aquap_cube" (as produced by gdmm).

...

Optional rnf. plotting parameters to override the values in the analysis procedure - for possible arguments see plot_randomForest_args and here below:

aps

Character length one. The default way to obtain the analysis procedure. Defaults to "def". Possible values are:

"def"

The default from the settings.r file is taken. (Argument gen_plot_anprocSource)

"cube"

Take the analysis procedure from within the cube, i.e. the analysis procedure that was used when creating the cube via gdmm is used.

"defFile"

Use the analysis procedure with the default filename as specified in the settings.r file in fn_anProcDefFile.

Custom filename

Provide any valid filename for an analysis procedure to use as input for specifying the plotting options.

See Also

Other Plot functions: plot,aquap_cube,missing-method, plot,aquap_data,missing-method, plot_aqg(), plot_classifX_indepPred(), plot_da,aquap_cube-method, plot_nnet,aquap_cube-method, plot_pca,aquap_cube-method, plot_pls,aquap_cube-method, plot_pls_indepPred(), plot_simca,aquap_cube-method, plot_svm,aquap_cube-method

Other RNF documentation: calc_randomForest_args, plot_randomForest_args


bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.