Class EcfpTableReader
- java.lang.Object
-
- com.chemaxon.descriptors.db.MDTableReader<BinaryVectorDescriptor>
-
- com.chemaxon.descriptors.fingerprints.ecfp.EcfpTableReader
-
@Beta @PublicAPI public abstract class EcfpTableReader extends MDTableReader<BinaryVectorDescriptor>
MDTable reader for ECFP/FCFP.Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EcfpTableReader.Factory
Factory class.
-
Constructor Summary
Constructors Constructor Description EcfpTableReader()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static EcfpTableReader
createNewReader(String xmlConfig)
Create a PfTableReader from the xml configuration string.abstract EcfpGenerator
getDescriptorGenerator()
Associated descriptor generator.-
Methods inherited from class com.chemaxon.descriptors.db.MDTableReader
getStandardizerWrapper, getXmlConfig, read
-
-
-
-
Method Detail
-
getDescriptorGenerator
public abstract EcfpGenerator getDescriptorGenerator()
Description copied from class:MDTableReader
Associated descriptor generator. Associated generator is compatible with the read descriptors created by methodMDTableReader.read(byte[])
. Note that theDescriptorSerializer
exposed by the returned generator is not compatible with the binary form represented by this reader.- Specified by:
getDescriptorGenerator
in classMDTableReader<BinaryVectorDescriptor>
- Returns:
- Associated generator
-
createNewReader
public static EcfpTableReader createNewReader(String xmlConfig)
Create a PfTableReader from the xml configuration string.- Parameters:
xmlConfig
- xml config- Returns:
- a PfTableReader implementation
- Throws:
IllegalArgumentException
- invalid xml string
-
-