public class Pf2dWrapper extends Object implements DescriptorWrapper
The underlying float array of the wrapped PharmacophoreFingerprint is printed as a tab sep
line without further formatting (in contrast to the functionality of
PharmacophoreFingerprint.toDecimalString() to limit the possibility of implementation specific
deviations.
| Constructor and Description |
|---|
Pf2dWrapper(String cfg)
Construct new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Molecule m)
Execute descriptor generation and output transformation.
|
String |
toString() |
public Pf2dWrapper(String cfg)
cfg - Config String for underlying PFParameters.PFParameters(java.lang.String)public String execute(Molecule m) throws Exception
DescriptorWrapperexecute in interface DescriptorWrapperm - Molecule to generate descriptor onException - If error occurred during execution