Class BlacklistGenerator

java.lang.Object
org.biopax.paxtools.pattern.miner.BlacklistGenerator

public class BlacklistGenerator extends Object
This class generates a blacklist for the given model. It is important that the given model is the very big integrated corpus. It won't work on tiny little model.
Author:
Ozgun Babur
  • Constructor Details

    • BlacklistGenerator

      public BlacklistGenerator(org.biopax.paxtools.pattern.miner.BlacklistGenerator.Decider decider)
      Constructor with decider. This decider should be optimized for the specific resource that the user deals with.
      Parameters:
      decider - decides if the molecule is ubique
    • BlacklistGenerator

      public BlacklistGenerator()
      Default constructor.
  • Method Details

    • generateBlacklist

      public Blacklist generateBlacklist(Model model)
      Generates the blacklist.
      Parameters:
      model - model to use
      Returns:
      the blacklist