GetClusteringExampleMicrobenchmarks {RHPCBenchmark} | R Documentation |
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.
GetClusteringExampleMicrobenchmarks()
a list of ClusteringMicrobenchmark
objects defining the
microbenchmarks to be executed. Microbenchmarks for the pam
and clara
functions from the cluster
package are
provided.
Other machine learning default microbenchmarks: GetClusteringDefaultMicrobenchmarks