
public static class NumberDistanceParser.Parameterizer<D extends NumberDistance<D,?>> extends AbstractParser.Parameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected D | 
distanceFactory
The distance function. 
 | 
colSep, COLUMN_SEPARATOR_ID, comment, COMMENT_ID, QUOTE_ID, quoteChar| Constructor and Description | 
|---|
NumberDistanceParser.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected NumberDistanceParser<D> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprotected D extends NumberDistance<D,?> distanceFactory
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParser.Parameterizerconfig - Parameterization to add options to.protected NumberDistanceParser<D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParser.Parameterizer