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
Modifier and TypeClassDescriptionstatic class
Builder class for the immutable parameter object.static interface
Interface representing PF generator constructor. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PfParameters.Builder
Construct 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:DescriptorParameters
Return the represented descriptor generator.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.- Specified by:
getDescriptorGenerator
in interfaceDescriptorParameters
- Returns:
- Associated generator
-
toString
-
getXmlConfig
The XML configuration string.- Returns:
- config string
-