|
jklustor-all-api-0.0.7-20140619012755 (ChemAxon) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.chemaxon.descriptors.db.MDTableReader<BinaryVectorDescriptor>
com.chemaxon.descriptors.fingerprints.cfp.CfpTableReader
@Beta public abstract class CfpTableReader
MDTable reader for CFP.
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 | |
---|---|
static interface |
CfpTableReader.Factory
Factory class. |
Constructor Summary | |
---|---|
CfpTableReader()
|
Method Summary | |
---|---|
static CfpTableReader |
createNewReader(String xmlConfig)
Create a PfTableReader from the xml configuration string. |
abstract CfpComparator |
getBinaryVectorComparator(BinaryMetrics metrics)
Creates a new comparator instance according to the given metric. |
abstract CfpComparator |
getDefaultComparator()
Gets default comparator. |
Methods inherited from class com.chemaxon.descriptors.db.MDTableReader |
---|
getXmlConfig, read |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CfpTableReader()
Method Detail |
---|
public abstract CfpComparator getDefaultComparator()
getDefaultComparator
in class MDTableReader<BinaryVectorDescriptor>
public abstract CfpComparator getBinaryVectorComparator(BinaryMetrics metrics)
metrics
- binary vector metric
public static CfpTableReader createNewReader(String xmlConfig)
xmlConfig
- xml config
IllegalArgumentException
- invalid xml string
|
jklustor-all-api-0.0.7-20140619012755 (ChemAxon) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |