Uses of Interface
de.lmu.ifi.dbs.elki.utilities.datastructures.arraylike.ArrayAdapter
Package
Description
Basic classes for different data types, database object types and label types.
Common API for accessing objects that are "array-like", including lists, numerical vectors, database vectors and arrays.
-
Uses of ArrayAdapter in de.lmu.ifi.dbs.elki.data
Modifier and TypeMethodDescription<A> V
FeatureVector.Factory.newFeatureVector
(A array, ArrayAdapter<D, A> adapter) Returns a new FeatureVector of V for the given values. -
Uses of ArrayAdapter in de.lmu.ifi.dbs.elki.utilities.datastructures.arraylike
Modifier and TypeInterfaceDescriptioninterface
NumberArrayAdapter<N extends Number,
A> Adapter for arrays of numbers, to avoid boxing.