GetClusteringDefaultMicrobenchmarks defines the default clustering
microbenchmarks to be executed by the
RunMachineLearningBenchmark function. The current clustering
microbenchmarks are:
The pam and pam
microbenchmarks test those clustering functions. The pam function
applies a quadratic time algorithm to partition around medoids (pam); the
clara function is a linear time approximation to the partitioning around
medoids algorithm. See the documentation for the
ClusteringMicrobenchmark class for more details.
GetClusteringDefaultMicrobenchmarks()ClusteringMicrobenchmark objects defining the
microbenchmarks to be executed. The microbenchmarks appear in the order
listed in the function description and are assigned the names enumerated
in the description.ClusteringMicrobenchmark
pam
pamOther machine learning default microbenchmarks: GetClusteringExampleMicrobenchmarks