Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.converter.WekaAttribute

Packages that use WekaAttribute
de.lmu.ifi.dbs.elki.converter Converter classes as bridges between different formats. 
 

Uses of WekaAttribute in de.lmu.ifi.dbs.elki.converter
 

Classes in de.lmu.ifi.dbs.elki.converter with type parameters of type WekaAttribute
 interface WekaAttribute<W extends WekaAttribute<W>>
          A WekaAttribute - an implementing class may be either a nominal, numeric, or string attribute.
 interface WekaObject<W extends WekaAttribute<W>>
          A WekaObject is an object that is able to provide its attributes as an array of type WekaAttribute.
 

Classes in de.lmu.ifi.dbs.elki.converter that implement WekaAttribute
 class WekaAbstractAttribute<W extends WekaAbstractAttribute<W>>
          WekaAbstractAttribute handles the type of the attribute.
 class WekaNominalAttribute<L extends ClassLabel<L>>
          A nominal attribute.
 class WekaNumericAttribute
          A numeric attribute.
 class WekaStringAttribute
          A string attribute.
 

Methods in de.lmu.ifi.dbs.elki.converter that return WekaAttribute
 WekaAttribute WekaAttributeFactory.getAttribute(String value)
          Creates a WekaNumericAttribute if the given value can be parsed as double.
 WekaAttribute WekaAttributeFactory.getAttribute(String value, boolean string)
          Returns a WekaStringAttribute if the parameter string is set to true.
 W[] WekaObject.getAttributes()
          Provides the attributes of this object as array of type WekaAttribute.
 


Release 0.1 (2008-07-10_1838)