OEFPTypeParams

class OEFPTypeParams

This class represents OEFPTypeParams.

See also

Constructors

OEFPTypeParams(typestr: str) -> OEFPTypeParams

Constructor that parses the given string as a representation of a fingerprint and extracts the parameters that are used to generate the fingerprint.

OEFPTypeParams(fptype: OEFPTypeBase) -> OEFPTypeParams

Constructor that extracts the parameters that are used to generate the fingerprint type.

See also

GetAtomTypes

GetAtomTypes() -> int

Returns

The return value is taken from the OEFPAtomType namespace.

See also

GetBondTypes

GetBondTypes() -> int

Returns

The return value is taken from the OEFPBondType namespace.

See also

GetFPType

GetFPType() -> int

Returns the fingerprint type extracted from the string. The return value is taken from the OEFPType namespace.

GetMaxDistance

GetMaxDistance() -> int

Returns:

GetMinDistance

GetMinDistance() -> int

Returns:

GetNumBits

GetNumBits() -> int

Returns:

GetVersion

GetVersion() -> short

Returns the version number.

See also

IsValid

IsValid() -> bool

Returns whether the string was valid from which the OEFPTypeParams object was initialized.