de.lmu.ifi.dbs.elki.datasource.parser
Class DoubleVectorLabelParser.Parameterizer

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<DoubleVector>
              extended by de.lmu.ifi.dbs.elki.datasource.parser.DoubleVectorLabelParser.Parameterizer
All Implemented Interfaces:
Parameterizer
Enclosing class:
DoubleVectorLabelParser

public static class DoubleVectorLabelParser.Parameterizer
extends NumberVectorLabelParser.Parameterizer<DoubleVector>

Parameterization class.


Field Summary
 
Fields inherited from class de.lmu.ifi.dbs.elki.datasource.parser.NumberVectorLabelParser.Parameterizer
labelIndices
 
Fields inherited from class de.lmu.ifi.dbs.elki.datasource.parser.AbstractParser.Parameterizer
colSep, quoteChar
 
Constructor Summary
DoubleVectorLabelParser.Parameterizer()
           
 
Method Summary
protected  DoubleVectorLabelParser makeInstance()
          Make an instance after successful configuration.
 
Methods inherited from class de.lmu.ifi.dbs.elki.datasource.parser.NumberVectorLabelParser.Parameterizer
makeOptions
 
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
 

Constructor Detail

DoubleVectorLabelParser.Parameterizer

public DoubleVectorLabelParser.Parameterizer()
Method Detail

makeInstance

protected DoubleVectorLabelParser makeInstance()
Description copied from class: AbstractParameterizer
Make an instance after successful configuration.

Specified by:
makeInstance in class NumberVectorLabelParser.Parameterizer<DoubleVector>
Returns:
instance

Release 0.4.0 (2011-09-20_1324)