Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.parser
Class RealVectorLabelTransposingParser

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.logging.AbstractLoggable
      extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
          extended by de.lmu.ifi.dbs.elki.parser.AbstractParser<V>
              extended by de.lmu.ifi.dbs.elki.parser.RealVectorLabelParser
                  extended by de.lmu.ifi.dbs.elki.parser.RealVectorLabelTransposingParser
All Implemented Interfaces:
Loggable, Parser, Parameterizable

public class RealVectorLabelTransposingParser
extends RealVectorLabelParser

Parser reads points transposed. Line n gives the n-th attribute for all points.

Author:
Arthur Zimek

Field Summary
 
Fields inherited from class de.lmu.ifi.dbs.elki.parser.RealVectorLabelParser
CLASS_LABEL_INDEX_D, CLASS_LABEL_INDEX_P, CLASS_LABEL_INDEX_PARAM, FLOAT_D, FLOAT_F, parseFloat
 
Fields inherited from class de.lmu.ifi.dbs.elki.parser.AbstractParser
ATTRIBUTE_CONCATENATION, COMMENT, WHITESPACE_PATTERN
 
Fields inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
optionHandler
 
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debug
 
Constructor Summary
RealVectorLabelTransposingParser()
          Provides a parser to read points transposed (per column).
 
Method Summary
 ParsingResult<RealVector> parse(InputStream in)
          Returns a list of the objects parsed from the specified input stream and a list of the labels associated with the objects.
 
Methods inherited from class de.lmu.ifi.dbs.elki.parser.RealVectorLabelParser
description, setParameters
 
Methods inherited from class de.lmu.ifi.dbs.elki.parser.AbstractParser
toString, usage
 
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
addOption, checkGlobalParameterConstraints, deleteOption, description, description, getAttributeSettings, getParameters, getParameterValue, getPossibleOptions, inlineDescription, isSet, setParameters
 
Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debugFine, debugFiner, debugFinest, exception, message, progress, progress, progress, verbose, verbose, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable
checkGlobalParameterConstraints, getAttributeSettings, getParameters, getPossibleOptions, inlineDescription
 

Constructor Detail

RealVectorLabelTransposingParser

public RealVectorLabelTransposingParser()
Provides a parser to read points transposed (per column).

Method Detail

parse

public ParsingResult<RealVector> parse(InputStream in)
Description copied from interface: Parser
Returns a list of the objects parsed from the specified input stream and a list of the labels associated with the objects.

Specified by:
parse in interface Parser
Overrides:
parse in class RealVectorLabelParser
Parameters:
in - the stream to parse objects from
Returns:
a list containing those objects parsed from the input stream and their associated labels.
See Also:
Parser.parse(java.io.InputStream)

Release 0.1 (2008-07-10_1838)