Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data |
Basic classes for different data types, database object types and label types.
|
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
de.lmu.ifi.dbs.elki.persistent |
Persistent data management.
|
Modifier and Type | Class and Description |
---|---|
class |
BitVector
Provides a BitVector wrapping a BitSet.
|
class |
DoubleVector
A DoubleVector is to store real values approximately as double values.
|
class |
FloatVector
A FloatVector is to store real values approximately as float values.
|
class |
IntegerVector
An IntegerVector is to store integer values.
|
class |
ParameterizationFunction
A parameterization function describes all lines in a d-dimensional feature
space intersecting in one point p.
|
Modifier and Type | Method and Description |
---|---|
ByteBufferSerializer<DBID> |
DBIDUtil.getDBIDSerializer()
Get a serializer for DBIDs
|
ByteBufferSerializer<DBID> |
DBIDFactory.getDBIDSerializer()
Get a serializer for DBIDs
|
ByteBufferSerializer<DBID> |
DBIDUtil.getDBIDSerializerStatic()
Get a serializer for DBIDs with static size
|
Modifier and Type | Class and Description |
---|---|
static class |
IntegerDBID.DynamicSerializer
Dynamic sized serializer, using varint.
|
static class |
IntegerDBID.StaticSerializer
Static sized serializer, using regular integers.
|
Modifier and Type | Method and Description |
---|---|
ByteBufferSerializer<DBID> |
SimpleDBIDFactory.getDBIDSerializer() |
ByteBufferSerializer<DBID> |
TrivialDBIDFactory.getDBIDSerializer() |
Modifier and Type | Interface and Description |
---|---|
interface |
FixedSizeByteBufferSerializer<T>
Serializers with a fixed length serialization.
|
Modifier and Type | Class and Description |
---|---|
static class |
ByteArrayUtil.ByteSerializer
Serializer for byte objects
|
static class |
ByteArrayUtil.DoubleSerializer
Serializer for double objects
|
static class |
ByteArrayUtil.FloatSerializer
Serializer for float objects
|
static class |
ByteArrayUtil.IntegerSerializer
Serializer for integer objects
|
static class |
ByteArrayUtil.LongSerializer
Serializer for long objects
|
static class |
ByteArrayUtil.ShortSerializer
Serializer for short objects
|
static class |
ByteArrayUtil.StringSerializer
Serializer for String objects
|
static class |
ByteArrayUtil.VarintSerializer
Serializer for Integer objects using a variable size encoding
|