c_HOPACH | R Documentation |
Perform
HOPACH clustering
using hopach::hopach
c_HOPACH(
x,
dmat = NULL,
metric = c("cosangle", "abscosangle", "euclid", "abseuclid", "cor", "abscor"),
k = 15,
kmax = 9,
khigh = 9,
trace = 0,
verbose = TRUE,
...
)
x |
Input matrix / data.frame |
dmat |
Matrix (numeric, no missing values) or |
metric |
Character: Dissimilarity metric to be used. Options: "cosangle", "abscosangle", "euclid", "abseuclid", "cor", "abscor" |
k |
Integer, (0:15]: Maximum number of levels |
kmax |
Integer, [1:9]: Maximum number of children at each node in the tree |
khigh |
Integer, [1:9]: Maximum number of children at each nod ein the tree when computing the
the Mean/Median Split Silhouette. Usually same as |
trace |
Integer: If trace > 0, print messages during HOPACH run. Default = 0 |
verbose |
Logical: If TRUE, print messages to console |
... |
Additional parameters to pass to |
E.D. Gennatas
Other Clustering:
c_CMeans()
,
c_DBSCAN()
,
c_EMC()
,
c_H2OKMeans()
,
c_HARDCL()
,
c_KMeans()
,
c_MeanShift()
,
c_NGAS()
,
c_PAM()
,
c_PAMK()
,
c_SPEC()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.