Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.converter

Converter classes as bridges between different formats.

See:
          Description

Interface Summary
WekaAttribute<W extends WekaAttribute<W>> A WekaAttribute - an implementing class may be either a nominal, numeric, or string attribute.
WekaObject<W extends WekaAttribute<W>> A WekaObject is an object that is able to provide its attributes as an array of type WekaAttribute.
 

Class Summary
WekaAbstractAttribute<W extends WekaAbstractAttribute<W>> WekaAbstractAttribute handles the type of the attribute.
WekaAttributeFactory A factory to create WekaAttributes out of Strings.
WekaNominalAttribute<L extends ClassLabel<L>> A nominal attribute.
WekaNumericAttribute A numeric attribute.
WekaStringAttribute A string attribute.
 

Package de.lmu.ifi.dbs.elki.converter Description

Converter classes as bridges between different formats.


Release 0.1 (2008-07-10_1838)