Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.converter
Interface WekaObject<W extends WekaAttribute<W>>

All Known Implementing Classes:
BitVector, DoubleVector, FloatVector, NumberVector, ParameterizationFunction, RealVector, SparseDoubleVector

public interface WekaObject<W extends WekaAttribute<W>>

A WekaObject is an object that is able to provide its attributes as an array of type WekaAttribute.

Author:
Arthur Zimek

Method Summary
 W[] getAttributes()
          Provides the attributes of this object as array of type WekaAttribute.
 

Method Detail

getAttributes

W[] getAttributes()
Provides the attributes of this object as array of type WekaAttribute.

Returns:
the attributes of this object

Release 0.1 (2008-07-10_1838)