Class BemisMurckoClustering

java.lang.Object
com.chemaxon.clustering.framework.BemisMurckoClustering

@Beta @PublicAPI public final class BemisMurckoClustering extends Object
Convenience utilities for using Bemis-Murcko clustering.

Typical use case:

 final FrameworkClusteringResults clustering =
         BemisMurckoClustering.ofMolecules(moleculeList).launch();
 
See FrameworkClusteringResultsSmiImpl for the result type.

Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.