Uses of Interface
de.lmu.ifi.dbs.elki.data.FeatureVector
Package
Description
Basic classes for different data types, database object types and label types.
Linear Algebra package provides classes and computational methods for operations on matrices.
-
Uses of FeatureVector in de.lmu.ifi.dbs.elki.data
Modifier and TypeInterfaceDescriptionstatic interface
FeatureVector.Factory<V extends FeatureVector<? extends D>,
D> Factory API for this feature vector.Modifier and TypeInterfaceDescriptioninterface
NumberVector<N extends Number>
Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N. -
Uses of FeatureVector in de.lmu.ifi.dbs.elki.math.linearalgebra
Modifier and TypeClassDescriptionclass
Provides a vector object that encapsulates an m x 1 - matrix object.