Uses of Class
de.lmu.ifi.dbs.elki.data.LabelList

Packages that use LabelList
de.lmu.ifi.dbs.elki.data.type Data type information, also used for type restrictions. 
de.lmu.ifi.dbs.elki.datasource.parser Parsers for different file formats and data types. 
 

Uses of LabelList in de.lmu.ifi.dbs.elki.data.type
 

Fields in de.lmu.ifi.dbs.elki.data.type with type parameters of type LabelList
static SimpleTypeInformation<LabelList> TypeUtil.LABELLIST
          A list of labels.
 

Uses of LabelList in de.lmu.ifi.dbs.elki.datasource.parser
 

Methods in de.lmu.ifi.dbs.elki.datasource.parser that return types with arguments of type LabelList
 Pair<SparseFloatVector,LabelList> TermFrequencyParser.parseLineInternal(String line)
           
protected  Pair<V,LabelList> NumberVectorLabelParser.parseLineInternal(String line)
          Internal method for parsing a single line.
 Pair<SparseFloatVector,LabelList> SparseFloatVectorLabelParser.parseLineInternal(String line)
           
 


Release 0.4.0 (2011-09-20_1324)