Description Usage Arguments Details Value Author(s) Examples
View source: R/FRESAModelingFunctions.R
This function returns the BSWiMS supervised-classifier present at each one of the GMVE unsupervised Gaussian data clusters
1 2 3 4 5 |
formula |
An object of class |
data |
A data frame where all variables are stored in different columns |
GMVE.control |
Control parameters of the GMVECluster function |
... |
Parameters to be passed to the BSWiMS.model function |
First, the function calls the BSWiMS function that returns the relevant features associated with the outcome. Then, it calls the GMVE clustering algorithm (GMVECluster) that returns a relevant data partition based on Gaussian clusters. Finally, the function will execute the BSWiMS.model classification function on each cluster returned by GMVECluster.
features |
The character vector with the releavant BSWiMS features. |
cluster |
The GMVECluster object |
models |
The list of BSWiMS.model models per cluster |
Jose G. Tamez-Pena
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.