Class TopRKESMiner


  • public class TopRKESMiner
    extends ESMiner
    Author:
    Ahmet Kucuk, Data Mining Lab, Georgia State University
    • Constructor Detail

      • TopRKESMiner

        public TopRKESMiner​(SequenceGraph esGraph,
                            double rPercent,
                            int K)
        Given an event sequence graph (esGraph), and a significance threshold for the co-occurrences of head and tail window of instances, this finds all the event sequences in the graph
        Parameters:
        esGraph -