Description Usage Arguments Details
Calculate the mediods of a clustering by finding the point that has the minimum average/sum
distance to all other points in the cluster. Proximity between data points can be
provided by RFdist
or using the Gower's general similarity coefficient.
1 2 3 4 5 6 7 8 9 10 11 12 | clvpredictStrength(dat, ...)
## Default S3 method:
clvpredictStrength(dat, dist.mat, method = "ward.D2",
nBoots = 20, krange = 2:5, balanced = FALSE, parallel = FALSE,
mc.cores = 2, OOB = TRUE, seed = 12345, ...)
## S3 method for class 'clvpredictStrength'
plot(x, perf.measure = "Sensitivity")
## S3 method for class 'clvpredictStrength'
print(x, ...)
|
dat |
a data matrix |
... |
further arguments passed to or from other methods. |
dist.mat |
dissimilarity matrix obtained from the data matrix "dat" |
method |
|
nBoots |
number of bootstraps |
krange |
integer vector. Numbers of clusters which are to be tried |
parallel |
run in parallel ? |
mc.cores |
number of CPU cores |
OOB |
use out-of-bag from bootstrap as test data? |
seed |
random seed |
balance |
perform balance bootstrap ? |
This function is experimental .. more details coming
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.