Uses of Class
org.processmining.lpmsupportedwords.models.Word
-
Packages that use Word Package Description org.processmining.lpmsupportedwords.algorithms -
-
Uses of Word in org.processmining.lpmsupportedwords.algorithms
Methods in org.processmining.lpmsupportedwords.algorithms that return types with arguments of type Word Modifier and Type Method Description static java.util.List<Word>WordFilteringAlgorithm. filterIrrelevantSubwords(java.util.List<Word> wordSet, int minSup)Returns the words fromwordSetthat are relevant w.r.t.Method parameters in org.processmining.lpmsupportedwords.algorithms with type arguments of type Word Modifier and Type Method Description static java.util.List<Word>WordFilteringAlgorithm. filterIrrelevantSubwords(java.util.List<Word> wordSet, int minSup)Returns the words fromwordSetthat are relevant w.r.t.static org.deckfour.xes.model.XLogMineSupportedWordsAlgorithm. wordsToLog(java.util.List<Word> words, ShortLog shortLog, org.deckfour.xes.factory.XFactory factory)Transforms a list of Words into an XLog with support attributes.
-