Description Objects from the Class Slots Methods Author(s) Examples
container for clustering outputs in uniform structure
Objects can be created by calls of the form new("clusteringOutput", ...)
.
partition
:Object of class "integer"
, labels for
observations as clustered
silhouette
:Object of class "silhouette"
,
structure from Rousseeuw cluster package measuring cluster
membership strength per observation
prcomp
:Object of class "prcompObj"
a wrapped
instance of stats package prcomp output
call
:Object of class "call"
for auditing
learnerSchema
:Object of class "learnerSchema"
, a
formal object indicating the package, function, and other attributes
of the clustering algorithm employed to generate this object
RObject
:Object of class "ANY"
, the
unaltered output of the function called according to learnerSchema
converter
:converter propagated from call
distFun
:distfun propagated from call
signature(x = "clusteringOutput")
: extract
the unaltered output of the R function or method called according
to learnerSchema
signature(x = "clusteringOutput", y = "ANY")
:
a 4-panel plot showing features of the clustering, including the
scree plot for a principal components transformation and a display
of the partition in PC1xPC2 plane. For a clustering method that
does not have a native plot procedure, such as kmeans, the parameter
y should be bound to a data frame or matrix with feature data for all records;
an image plot of robust feature z-scores (z=(x-median(x))/mad(x)) and
the cluster indices is produced in the northwest panel.
signature(object = "clusteringOutput")
: concise
report
VJ Carey <stvjc@channing.harvard.edu>
1 | showClass("clusteringOutput")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.