Class BlacklistGenerator
java.lang.Object
org.biopax.paxtools.pattern.miner.BlacklistGenerator
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 Summary
ConstructorsConstructorDescriptionDefault constructor.BlacklistGenerator(org.biopax.paxtools.pattern.miner.BlacklistGenerator.Decider decider) Constructor with decider. -
Method Summary
-
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
Generates the blacklist.- Parameters:
model- model to use- Returns:
- the blacklist
-