de.lmu.ifi.dbs.elki.datasource.parser
Class NumberVectorLabelParser.Parameterizer<V extends NumberVector<?,?>>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.datasource.parser.AbstractParser.Parameterizer
          extended by de.lmu.ifi.dbs.elki.datasource.parser.NumberVectorLabelParser.Parameterizer<V>
All Implemented Interfaces:
Parameterizer
Direct Known Subclasses:
DoubleVectorLabelParser.Parameterizer, DoubleVectorLabelTransposingParser.Parameterizer, FloatVectorLabelParser.Parameterizer, SparseFloatVectorLabelParser.Parameterizer, TermFrequencyParser.Parameterizer
Enclosing class:
NumberVectorLabelParser<V extends NumberVector<?,?>>

public abstract static class NumberVectorLabelParser.Parameterizer<V extends NumberVector<?,?>>
extends AbstractParser.Parameterizer

Parameterization class.


Field Summary
protected  BitSet labelIndices
          Keeps the indices of the attributes to be treated as a string label.
 
Fields inherited from class de.lmu.ifi.dbs.elki.datasource.parser.AbstractParser.Parameterizer
colSep, quoteChar
 
Constructor Summary
NumberVectorLabelParser.Parameterizer()
           
 
Method Summary
protected abstract  NumberVectorLabelParser<V> makeInstance()
          Make an instance after successful configuration.
protected  void makeOptions(Parameterization config)
          Add all options.
 
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
configure, make
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labelIndices

protected BitSet labelIndices
Keeps the indices of the attributes to be treated as a string label.

Constructor Detail

NumberVectorLabelParser.Parameterizer

public NumberVectorLabelParser.Parameterizer()
Method Detail

makeOptions

protected void makeOptions(Parameterization config)
Description copied from class: AbstractParameterizer
Add all options. ALWAYS call super.makeOptions(config), unless you have a strong reason to do otherwise!

Overrides:
makeOptions in class AbstractParser.Parameterizer
Parameters:
config - Parameterization to add options to.

makeInstance

protected abstract NumberVectorLabelParser<V> makeInstance()
Description copied from class: AbstractParameterizer
Make an instance after successful configuration.

Specified by:
makeInstance in class AbstractParser.Parameterizer
Returns:
instance

Release 0.4.0 (2011-09-20_1324)