Uses of Interface
de.lmu.ifi.dbs.elki.data.FeatureVector
Packages that use 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
Classes in de.lmu.ifi.dbs.elki.data with type parameters of type FeatureVectorModifier and TypeInterfaceDescriptionstatic interface
FeatureVector.Factory<V extends FeatureVector<? extends D>,
D> Factory API for this feature vector.Subinterfaces of FeatureVector in de.lmu.ifi.dbs.elki.dataModifier 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
Classes in de.lmu.ifi.dbs.elki.math.linearalgebra that implement FeatureVectorModifier and TypeClassDescriptionclass
Provides a vector object that encapsulates an m x 1 - matrix object.