Description Usage Arguments Value
View source: R/parameterSpaceSNN.R
Generates an overview on the dependence of SNN parameters to the number of clusters
1 2 3 4 5 6 7 8 | parameterSpaceSNN(
rca.obj,
kL = c(30:50),
epsL = c(5:20),
minPtsL = c(5:10),
folderpath = ".",
filename = "Graph_based_Clustering_Parameter_Space.html"
)
|
rca.obj |
RCA object. |
kL |
vector of k values to be used. Default is 10-50. |
epsL |
vector of values indicating the number of neighbours between two nodes such that cells are shared. Default is 5 to 20. |
minPtsL |
Vector of minimum points with at least eps neighbours to be considered a core point. Default is 5 to 10. |
folderpath |
Path to store the html file. Defaults to working directory. |
filename |
name of the html file produced that visuzalizes the parameter space. |
a data frame holding parameter values and resulting cluster numbers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.