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