public class EcfpDsWrapper extends Object implements DescriptorWrapper
This wrapper exposes the folded binary vector representation for the fingerprints.
| Constructor and Description |
|---|
EcfpDsWrapper(String cfg)
Construct new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Molecule m)
Execute descriptor generation and output transformation.
|
String |
toString() |
public EcfpDsWrapper(String cfg)
cfg - Config String for underlying ECFPParameters.ECFPParameters(java.lang.String)public String execute(Molecule m) throws Exception
DescriptorWrapperexecute in interface DescriptorWrapperm - Molecule to generate descriptor onException - If error occurred during execution