Class KeyerFactory

java.lang.Object
com.google.refine.clustering.binning.KeyerFactory

public class KeyerFactory extends Object
Registry of keyers for clustering.
Author:
Antonin Delpeuch
  • Constructor Details

    • KeyerFactory

      public KeyerFactory()
  • Method Details

    • get

      public static Keyer get(String name)
      Returns the keyer registered under a given name, or null if it does not exist.
    • put

      public static void put(String name, Keyer keyer)
      Registers a keyer under a code name.
    • getKeyerNames

      public static List<String> getKeyerNames()
      Set of available keyer, by names. The first keyer is considered the default one.