Description Usage Arguments Value Author(s) See Also
The utility function(s) that are used in the example sections of the exported functions in this package.
1 2 3 4 5 6 7 8 | partitionRep(clusterInd)
clusterPlot(clusterInd,
data,
main = '',
sub = '',
knownClusterMeans = NULL,
...)
KMeansFuncGenerator1(seed, plotIt = TRUE)
|
clusterInd |
vector of cluster indicators. |
data |
a matrix with two columns representing the two-dimensional data clustered by clusterInd. |
main |
the title of the plot. |
sub |
the sub-title of the plot. |
knownClusterMeans |
a matrix with two columns (for the two dimensions), the rows containing the cluster means. These are plotted when provided. |
seed |
the seed for random number generation. |
plotIt |
|
... |
optional arguments to be passed to |
partitionRep |
this function returns a list with two components,
namely, |
KMeansFuncGenerator1 |
this function returns a list containing the objects to be used as arguments to the exported functions in the respective example sections of this package. |
Gopi Goswami goswami@stat.harvard.edu
evolMonteCarloClustering
,
findMaxTemper
, placeTempers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.