Uses of Class
org.variantsync.diffdetective.mining.postprocessing.Postprocessor
Packages that use Postprocessor
-
Uses of Postprocessor in org.variantsync.diffdetective.mining.postprocessing
Methods in org.variantsync.diffdetective.mining.postprocessing that return PostprocessorModifier and TypeMethodDescriptionstatic <L extends Label>
Postprocessor<L>Postprocessor.Default()
Creates the default filter to distill semantic patterns from frequent subgraphs.Methods in org.variantsync.diffdetective.mining.postprocessing with parameters of type PostprocessorModifier and TypeMethodDescriptionstatic void
MiningPostprocessing.postprocessAndInterpretResults
(List<VariationDiff<DiffLinesLabel>> frequentSubgraphs, Postprocessor<DiffLinesLabel> postprocessor, Consumer<String> printer, VariationDiffRenderer renderer, RenderOptions<? super DiffLinesLabel> renderOptions, Path outputDir)