Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data |
Basic classes for different data types, database object types and label types.
|
Modifier and Type | Field and Description |
---|---|
static FloatVector |
FloatVector.STATIC
Static factory instance
|
Modifier and Type | Method and Description |
---|---|
FloatVector |
FloatVector.fromByteBuffer(ByteBuffer buffer) |
protected FloatVector |
FloatVector.Parameterizer.makeInstance() |
<A> FloatVector |
FloatVector.newFeatureVector(A array,
ArrayAdapter<Float,A> adapter) |
<A> FloatVector |
FloatVector.newNumberVector(A array,
NumberArrayAdapter<?,A> adapter) |
Modifier and Type | Method and Description |
---|---|
int |
FloatVector.getByteSize(FloatVector vec) |
void |
FloatVector.toByteBuffer(ByteBuffer buffer,
FloatVector vec) |