Package org.oristool.models.stpn.trees
Class EmpiricalTransitionFeature
java.lang.Object
org.oristool.models.stpn.trees.EmpiricalTransitionFeature
- All Implemented Interfaces:
TransitionFeature
,Feature
-
Constructor Summary
ConstructorDescriptionEmpiricalTransitionFeature
(ArrayList<BigDecimal> histogramCDF, BigDecimal lower, BigDecimal upper) -
Method Summary
Modifier and TypeMethodDescriptiongetLower()
getUpper()
static EmpiricalTransitionFeature
newInstance
(ArrayList<BigDecimal> histogramCDF, BigDecimal lower, BigDecimal upper)
-
Constructor Details
-
EmpiricalTransitionFeature
public EmpiricalTransitionFeature(ArrayList<BigDecimal> histogramCDF, BigDecimal lower, BigDecimal upper)
-
-
Method Details
-
getHistogramCDF
-
getBinsNumber
-
getLower
-
getUpper
-
newInstance
public static EmpiricalTransitionFeature newInstance(ArrayList<BigDecimal> histogramCDF, BigDecimal lower, BigDecimal upper)
-