Uses of Class
de.lmu.ifi.dbs.elki.data.type.NoSupportedDataTypeException

Packages that use NoSupportedDataTypeException
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... 
 

Uses of NoSupportedDataTypeException in de.lmu.ifi.dbs.elki.database
 

Methods in de.lmu.ifi.dbs.elki.database that throw NoSupportedDataTypeException
<O> Relation<O>
AbstractDatabase.getRelation(TypeInformation restriction, Object... hints)
           
<O> Relation<O>
Database.getRelation(TypeInformation restriction, Object... hints)
          Get an object representation.
 

Uses of NoSupportedDataTypeException in de.lmu.ifi.dbs.elki.utilities
 

Methods in de.lmu.ifi.dbs.elki.utilities that throw NoSupportedDataTypeException
static Relation<String> DatabaseUtil.guessLabelRepresentation(Database database)
          Guess a potentially label-like representation.
static Relation<String> DatabaseUtil.guessObjectLabelRepresentation(Database database)
          Guess a potentially object label-like representation.
 


Release 0.4.0 (2011-09-20_1324)