Class MaccsParameters
java.lang.Object
com.chemaxon.descriptors.fingerprints.maccs.MaccsParameters
- All Implemented Interfaces:
DescriptorParameters
,Serializable
Class for MACSS fingerprint parameters.
Current implementation has no parameters. The purpose of this class is to provide compatibility with Descriptors API contracts.
Please note that this class is marked with Beta
annotation, so it can be subject of incompatible
changes or removal in later releases.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Build parameters for MACCS fingerprint descriptor generation.static interface
Interface representing Maccs generator constructor. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The length should be the multiple of 64, so the original 166 will be 192 -
Constructor Summary
ConstructorDescriptionConstructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGives the descriptor generator based on this parameters
-
Field Details
-
DEFAULT_MACCS_LENGTH
public static final int DEFAULT_MACCS_LENGTHThe length should be the multiple of 64, so the original 166 will be 192- See Also:
-
-
Constructor Details
-
MaccsParameters
Constructor.- Parameters:
build
- used to build the parameters representation
-
MaccsParameters
public MaccsParameters()Constructor.
-
-
Method Details
-
getDescriptorGenerator
Gives the descriptor generator based on this parameters- Specified by:
getDescriptorGenerator
in interfaceDescriptorParameters
- Returns:
- the generator
-