Class KeyerFactory
java.lang.Object
com.google.refine.clustering.binning.KeyerFactory
Registry of keyers for clustering.
- Author:
- Antonin Delpeuch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyerFactory
public KeyerFactory()
-
-
Method Details
-
get
Returns the keyer registered under a given name, or null if it does not exist. -
put
Registers a keyer under a code name. -
getKeyerNames
Set of available keyer, by names. The first keyer is considered the default one.
-