| GetClusteringExampleMicrobenchmarks {RHPCBenchmark} | R Documentation |
Initializes the list of example clustering microbenchmarks
Description
GetClusteringExampleMicrobenchmarks defines the example clustering
microbenchmarks to be executed by the
RunMachineLearningBenchmark function. The example
are chosen so that they can run in a few minutes or less.
pam_cluster_3_7_2500N=3, seven clusters with 2500 vectors per cluster
clara_cluster_64_33_1213N=64, 33 clusters with 1213 vectors per cluster
See the documentation for the
ClusteringMicrobenchmark class for more details.
Usage
GetClusteringExampleMicrobenchmarks()
Value
a list of ClusteringMicrobenchmark objects defining the
microbenchmarks to be executed. Microbenchmarks for the pam
and clara functions from the cluster package are
provided.
See Also
Other machine learning default microbenchmarks: GetClusteringDefaultMicrobenchmarks
[Package RHPCBenchmark version 0.1.0 Index]