public class DRShapeGeneratorParameter extends AbstractShapeGeneratorParameter
| Modifier and Type | Class and Description |
|---|---|
static class |
DRShapeGeneratorParameter.Builder |
| Constructor and Description |
|---|
DRShapeGeneratorParameter() |
DRShapeGeneratorParameter(DRShapeGeneratorParameter.Builder b) |
| Modifier and Type | Method and Description |
|---|---|
DRShapeGenerator |
getDescriptorGenerator()
Return the represented descriptor generator.
|
equals, getAtomTyping, hashCodepublic DRShapeGeneratorParameter(DRShapeGeneratorParameter.Builder b)
public DRShapeGeneratorParameter()
public DRShapeGenerator getDescriptorGenerator()
DescriptorParametersPlease 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.