Class ChoicePlaceNetDiscovery


  • public class ChoicePlaceNetDiscovery
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<org.processmining.placebasedlpmdiscovery.model.Place> discoverChoicePlaceNetSet​(org.deckfour.xes.model.XLog log, int k, double[][] seq_matrix, double seq_threshold, double[][] choice_matrix, double choice_threshold)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChoicePlaceNetDiscovery

        public ChoicePlaceNetDiscovery()
    • Method Detail

      • discoverChoicePlaceNetSet

        public static java.util.Set<org.processmining.placebasedlpmdiscovery.model.Place> discoverChoicePlaceNetSet​(org.deckfour.xes.model.XLog log,
                                                                                                                    int k,
                                                                                                                    double[][] seq_matrix,
                                                                                                                    double seq_threshold,
                                                                                                                    double[][] choice_matrix,
                                                                                                                    double choice_threshold)