|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.logging.AbstractLoggable
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
de.lmu.ifi.dbs.elki.parser.AbstractParser<V>
de.lmu.ifi.dbs.elki.parser.RealVectorLabelParser<DoubleVector>
de.lmu.ifi.dbs.elki.parser.DoubleVectorLabelParser
de.lmu.ifi.dbs.elki.parser.DoubleVectorLabelTransposingParser
public class DoubleVectorLabelTransposingParser
Parser reads points transposed. Line n gives the n-th attribute for all points.
Field Summary |
---|
Fields inherited from class de.lmu.ifi.dbs.elki.parser.RealVectorLabelParser |
---|
CLASS_LABEL_INDEX_PARAM, classLabelIndex |
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, logger |
Constructor Summary | |
---|---|
DoubleVectorLabelTransposingParser()
Provides a parser to read points transposed (per column). |
Method Summary | |
---|---|
ParsingResult<DoubleVector> |
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.DoubleVectorLabelParser |
---|
createDBObject, descriptionLineType |
Methods inherited from class de.lmu.ifi.dbs.elki.parser.RealVectorLabelParser |
---|
parseLine, setParameters, shortDescription |
Methods inherited from class de.lmu.ifi.dbs.elki.parser.AbstractParser |
---|
toString |
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable |
---|
addOption, addParameterizable, addParameterizable, checkGlobalParameterConstraints, collectOptions, getAttributeSettings, getParameters, rememberParametersExcept, removeOption, removeParameterizable |
Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debugFine, debugFiner, debugFinest, exception, progress, 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, collectOptions, getParameters |
Constructor Detail |
---|
public DoubleVectorLabelTransposingParser()
Method Detail |
---|
public ParsingResult<DoubleVector> parse(InputStream in)
Parser
parse
in interface Parser<DoubleVector>
parse
in class RealVectorLabelParser<DoubleVector>
in
- the stream to parse objects from
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |