Class PfParameters
java.lang.Object
com.chemaxon.descriptors.fingerprints.pf2d.PfParameters
- All Implemented Interfaces:
DescriptorParameters,Serializable
Pharmacophore FP parameters class.
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for the immutable parameter object.static interfaceInterface representing PF generator constructor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PfParameters.BuilderConstruct a builder for this parameter class, initialized to default.Return the represented descriptor generator.The XML configuration string.toString()
-
Constructor Details
-
PfParameters
public PfParameters()Constructor using the default settings.
-
-
Method Details
-
createNewBuilder
Construct a builder for this parameter class, initialized to default.- Returns:
- Builder initialized to default settings
-
getDescriptorGenerator
Description copied from interface:DescriptorParametersReturn the represented descriptor generator.Please note that certain descriptors might provide multiple
DescriptorGeneratorimplementations 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.- Specified by:
getDescriptorGeneratorin interfaceDescriptorParameters- Returns:
- Associated generator
-
toString
-
getXmlConfig
The XML configuration string.- Returns:
- config string
-