Description Usage Arguments Value
Optimization function for epsilon parameter
1 2 3 4 5 6 7 8 9 | fitness.eps(
eps,
pca.to.tune,
k.tuned,
data.prep,
IData,
use = "everything",
method = "pearson"
)
|
eps |
Epsilon parameter test |
pca.to.tune |
Pca used for optimization |
k.tuned |
Optimized k value |
data.prep |
object returned by dataPrep function |
IData |
Intensity correlation data |
use |
An optional character string giving a method for computing correlations in the presence of missing values. Default is "everything", but when missing values are present, "pairwise.complete.obs" is required. |
results for epsilon optimization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.