Class SequenceConnectMiner


  • public class SequenceConnectMiner
    extends ESMiner
    Algorithm can be found in: Berkay Aydin, Rafal Angryk. "Spatiotemporal event sequence mining from evolving regions". ICPR 2016.
    Author:
    Data Mining Lab, Georgia State University
    • Constructor Detail

      • SequenceConnectMiner

        public SequenceConnectMiner​(SequenceGraph esGraph,
                                    double threshold)
        Given the follow relationships (in the form of event sequence graph (esGraph)), and a prevalence threshold STESs, this finds all the event sequences using Apriori based SequenceConnect algorithm.
        Parameters:
        esGraph - - Event Sequence Graph
        threshold - - prevalence index threshold