Class BtspESMiner


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

      • BtspESMiner

        public BtspESMiner​(SequenceGraph graph,
                           double resampleRatio,
                           int bootstrapCount)
        Given an event sequence graph (esGraph), BtspESMiner randomly resamples the sequence edges in the graph, and simply creates a subgraph. sampleRatio shows the fraction of edges to be resampled bootstrapCount shows how many times the mining is performed.
        Parameters:
        graph -
        resampleRatio -
        bootstrapCount -