Class LogisticRegressionWeightFitter

  • All Implemented Interfaces:
    WeightFitter

    public class LogisticRegressionWeightFitter
    extends java.lang.Object
    implements WeightFitter
    Fits a logistic regression using WEKA to the observations and adds the respective WeightFunction to the transitions. Assumes that transition labels and variable names in the given SLDPN exactly match the attributes in the event log based on the provided classifier.
    Author:
    F. Mannhardt
    • Constructor Detail

      • LogisticRegressionWeightFitter

        public LogisticRegressionWeightFitter​(org.deckfour.xes.classification.XEventClassifier classifier)
      • LogisticRegressionWeightFitter

        public LogisticRegressionWeightFitter​(org.deckfour.xes.classification.XEventClassifier classifier,
                                              boolean keepEvaluation)