public static class CSVReaderFormat.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.regex.Pattern | 
colSep
Stores the column separator pattern 
 | 
static OptionID | 
COLUMN_SEPARATOR_ID
OptionID for the column separator parameter (defaults to whitespace as in
  
CSVReaderFormat.DEFAULT_SEPARATOR. | 
protected java.util.regex.Pattern | 
comment
Comment pattern. 
 | 
static OptionID | 
COMMENT_ID
Comment pattern. 
 | 
static OptionID | 
QUOTE_ID
OptionID for the quote character parameter (defaults to a double
 quotation mark as in  
CSVReaderFormat.QUOTE_CHARS. | 
protected java.lang.String | 
quoteChars
Stores the quotation character 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CSVReaderFormat | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID COLUMN_SEPARATOR_ID
CSVReaderFormat.DEFAULT_SEPARATOR.public static final OptionID QUOTE_ID
CSVReaderFormat.QUOTE_CHARS.public static final OptionID COMMENT_ID
protected java.util.regex.Pattern colSep
protected java.lang.String quoteChars
protected java.util.regex.Pattern comment
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected CSVReaderFormat makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.