Class WordFilteringAlgorithm
- java.lang.Object
-
- org.processmining.lpmsupportedwords.algorithms.WordFilteringAlgorithm
-
public class WordFilteringAlgorithm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WordFilteringAlgorithm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Word>filterIrrelevantSubwords(java.util.List<Word> wordSet, int minSup)Returns the words fromwordSetthat are relevant w.r.t.static org.deckfour.xes.model.XLogfilterWords(org.deckfour.xes.model.XLog words, org.deckfour.xes.model.XLog log, DiscoverContextRichLPMsParameters parameters)Reads words from the first log calculating support for each word in the second log, and returns a log that contains only the relevant words.static org.deckfour.xes.model.XLogfilterWords(org.deckfour.xes.model.XLog words, DiscoverContextRichLPMsParameters parameters)Reads the words from a log with support attributes on traces, and returns a log that contains only the relevant words.
-
-
-
Method Detail
-
filterWords
public static org.deckfour.xes.model.XLog filterWords(org.deckfour.xes.model.XLog words, org.deckfour.xes.model.XLog log, DiscoverContextRichLPMsParameters parameters)Reads words from the first log calculating support for each word in the second log, and returns a log that contains only the relevant words.- Parameters:
words-log-parameters-- Returns:
-
filterWords
public static org.deckfour.xes.model.XLog filterWords(org.deckfour.xes.model.XLog words, DiscoverContextRichLPMsParameters parameters)Reads the words from a log with support attributes on traces, and returns a log that contains only the relevant words.- Parameters:
words-parameters-- Returns:
-
-