Description Usage Arguments Value Examples
Title C2
1 2 |
x |
data matrix |
y |
Dependent variable |
feature_selection_method |
method for the feature selection of the clinical measurements stage. Default RF. |
num_clusters_method |
method for the choosing number of clusters by using the clinical measurements. Default Euclidean. |
k |
number of clusters to use. If missing, we use a detection method. Defaukt as NULL |
clustering_method |
method for clustering using the reduced clinical measures. Default is Hmanhattan, |
a list of three variables: 1) vector with the names of the omportant variables chosen. 2) number of classes that will be used for clustering 3) vector of the new assigned clusterst
1 2 | resultC2 <- C2(x, y, feature_selection_method='RF', num_clusters_method='Manhattan', clustering_method='Manhattan', plot.num.clus=TRUE, plot.clustering=TRUE)
C2(x, y, feature_selection_method='BIC', num_clusters_method='Manhattan', clustering_method='Hmanhattan', plot.num.clus=TRUE, plot.clustering=FALSE, nbest=1, nvmax=8, B=50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.