Class | Description |
---|---|
BinaryLongFpExtractor |
Extract packed
long [] binary fp from a BinaryVectorDescriptor . |
FloatsExtractor |
Extract
float [] vector descriptor from a FloatVectorDescriptor . |
ScaledBytesFvExtractor |
Extract scaled
byte [] representation from ScaledBytesFloatVectorDescriptorImpl . |
ScaledShortsFvExtractor |
Extract scaled
short [] representation from ScaledShortsFloatVectorDescriptor . |
SerializingUnguardedExtractor<T extends Descriptor> |
Extractor using
DescriptorSerializer.toByteArray(com.chemaxon.descriptors.common.Descriptor) and
DescriptorSerializer.fromByteArray(byte[]) serialization mechanism. |