
public static class CSVReaderFormat.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected 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 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 String |
quoteChars
Stores the quotation character
|
| Constructor and Description |
|---|
CSVReaderFormat.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 Pattern colSep
protected String quoteChars
protected Pattern comment
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected CSVReaderFormat makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.