Description Usage Arguments Value Examples
makeClusterAnalysis calculates a cluster analysis and
wrapes an object around it
1 | makeClusterAnalysis(cluster.task)
|
cluster.task |
[ |
ClusterAnalysis Object
1 2 3 4 5 6 | ## Not run:
cluster.task = makeClusterTask(id = "iris", data = iris,
method = "cluster.kmeans")
cluster.analysis.result = makeClusterAnalysis(cluster.task)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.