Class BinningClusterer.BinningClustererConfig
- java.lang.Object
-
- org.openrefine.clustering.ClustererConfig
-
- org.openrefine.clustering.binning.BinningClusterer.BinningClustererConfig
-
- Enclosing class:
- BinningClusterer
public static class BinningClusterer.BinningClustererConfig extends ClustererConfig
-
-
Field Summary
-
Fields inherited from class org.openrefine.clustering.ClustererConfig
columnName
-
-
Constructor Summary
Constructors Constructor Description BinningClustererConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinningClusterer
apply(Grid state)
Instantiate the configuration on a particular project.Keyer
getKeyer()
String
getKeyerName()
BinningClusterer.BinningParameters
getParameters()
String
getType()
Type string used in Json serializationvoid
setKeyer(String keyerName)
void
setParameters(BinningClusterer.BinningParameters params)
-
Methods inherited from class org.openrefine.clustering.ClustererConfig
getColumnName, setColumnName
-
-
-
-
Method Detail
-
getKeyer
public Keyer getKeyer()
-
setKeyer
public void setKeyer(String keyerName)
-
getKeyerName
public String getKeyerName()
-
getParameters
public BinningClusterer.BinningParameters getParameters()
-
setParameters
public void setParameters(BinningClusterer.BinningParameters params)
-
apply
public BinningClusterer apply(Grid state)
Description copied from class:ClustererConfig
Instantiate the configuration on a particular project.- Specified by:
apply
in classClustererConfig
- Parameters:
state
- the state of the grid in the project- Returns:
-
getType
public String getType()
Description copied from class:ClustererConfig
Type string used in Json serialization- Specified by:
getType
in classClustererConfig
-
-