@Beta @PublicAPI public interface DescriptorParameters extends Serializable
Implementations of this interface are the main entry points for the available descriptors.
API contracts
Description
ParameterBuilder
Parameter
and
Description
getDescriptorGenerator()
Note that in some cases the generated bare and rich descriptor type can be the same.
Please note that this interface is marked with Beta
annotation, so it can be subject of incompatible
changes or removal in later releases.
Modifier and Type | Method and Description |
---|---|
DescriptorGenerator<?> |
getDescriptorGenerator()
Return the represented descriptor generator.
|
DescriptorGenerator<?> getDescriptorGenerator()
Please note that certain descriptors might provide multiple DescriptorGenerator
implementations for
different descriptor representations. (Consider structure based fingerprints feature list/feature counts/folded
finite binary vector representations.) Such different descriptor generators might be exposed through their
parameters object as multiple factory methods.