Find Object Names
Find the names of the objects from which a taxonomy (partition or hierarchy) or proximity was obtained.
cl_object_names(x)
x |
an R object representing a taxonomy or proximity. |
This is a generic function.
The methods provided in package clue handle the partitions and hierarchies obtained from clustering functions in the base R distribution, as well as packages RWeka, ape, cba, cclust, cluster, e1071, flexclust, flexmix, kernlab, mclust, movMF and skmeans (and of course, clue itself), in as much as possible.
There is also a method for object dissimilarities which inherit from
class "dist"
.
A character vector of length n_of_objects(x)
in case the
names of the objects could be determined, or NULL
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.