Class PostFilter


  • @Deprecated
    public class PostFilter
    extends Object
    Deprecated.
    SMSD has been deprecated from the CDK with a newer, more recent version of SMSD is available at http://github.com/asad/smsd.
    Class that cleans redundant mappings from the solution set.
    1. 1: Stereo match, bond type, ring etc,
    2. 2: Fragment size,
    3. 3: Bond breaking energy
    Author:
    Syed Asad Rahman <asad@ebi.ac.uk>
    Source code:
    main
    Belongs to CDK module:
    smsd
    • Constructor Detail

      • PostFilter

        public PostFilter()
        Deprecated.
    • Method Detail

      • filter

        public static List<Map<Integer,​Integer>> filter​(List<List<Integer>> mappings)
        Deprecated.
        Creates a new instance of Post Filter and removes redundant mapping(s).
        Parameters:
        mappings -
        Returns:
        Filtered non-redundant mappings