Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Feynman Liang committed Jul 31, 2015
1 parent 86ca4e5 commit d1fe0ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class PrefixSpan private (
val freqItemSets = freqItemCounts.keys.toSet
val freqItems = freqItemSets.flatten
sequences.flatMap { seq =>
// val filteredSeq = seq.filter(item => freqItems.contains(item))
val filteredSeq = seq.map(item => freqItems.intersect(item)).filterNot(_.isEmpty)
freqItemSets.flatMap { item =>
val candidateSuffix = LocalPrefixSpan.getSuffix(item, filteredSeq)
Expand Down

0 comments on commit d1fe0ed

Please sign in to comment.