Class SimpleLinearWeightFunction
- java.lang.Object
-
- org.processmining.stochasticlabelleddatapetrinet.weights.LinearWeightFunction
-
- org.processmining.stochasticlabelleddatapetrinet.weights.SimpleLinearWeightFunction
-
- All Implemented Interfaces:
SerializableWeightFunction,WeightFunction
public class SimpleLinearWeightFunction extends LinearWeightFunction
-
-
Constructor Summary
Constructors Constructor Description SimpleLinearWeightFunction()SimpleLinearWeightFunction(double intercept, double coefficient, int variableIdx, int numVariables)Weight function for a linear weight function based on a single variable
-
Method Summary
-
Methods inherited from class org.processmining.stochasticlabelleddatapetrinet.weights.LinearWeightFunction
deserialize, equals, evaluateWeight, hashCode, serialize, toString
-
-
-
-
Constructor Detail
-
SimpleLinearWeightFunction
public SimpleLinearWeightFunction()
-
SimpleLinearWeightFunction
public SimpleLinearWeightFunction(double intercept, double coefficient, int variableIdx, int numVariables)Weight function for a linear weight function based on a single variable- Parameters:
intercept-coefficient-variableIdx-
-
-