clusterMethods top-level property

Map<String, Map<String, String>> clusterMethods
final

Define a mapping from type to function name and URL.

Implementation

final Map<String, Map<String, String>> clusterMethods = {
  'KMeans': {'functionName': 'kmeans', 'package': 'stats'},
  'Ewkm': {'functionName': 'ewkm', 'package': 'wskm'},
  'Hierarchical': {'functionName': 'hclust', 'package': 'stats'},
  // 20260324 gjw biclust has been removed from CRAN. We might try biclustermd
  // some time.
  //
  // 'BiCluster': {'functionName': 'biclust', 'package': 'biclust'},
};