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',
  },
  'BiCluster': {
    'functionName': 'biclust',
    'package': 'biclust',
  },
};